🐍 Python - Guide
Updated at 2017-01-02 23:22
This guide contains tips how to write Python 3 code.
Python is a general purpose programming language that is frequently used in web development and by academia, especially data science.
Sources
- Style Guide For Python Code
- Django Coding Style
- Google Python Guide
- Python Newbie Mistakes
- Learn Python in Y minutes
- Python’s null equivalent: None
- Python Idioms
- Python Best Practice Patterns
- Become More Advanced: Master the 10 Most Common Python Programming Problems
- Python Tricks The Book, Dan Bader
- Fluent Python, Luciano Ramalho