Here I will publish usefull articles about Python and web development. I will try to keep this book up-to-date. The main goal of this book is to help Python developers to learn some tricks and deeper understand this powerful and beautiful programming language.
I started to work on Windows more than 10 years ago, then switched to Ubuntu to avoid unicode and other problems. After some time I decided to switch to MacOS and use only it for development. I strongly recommend you to use either Ubuntu or MacOS for web development to make your development life much easier.
- Setup Python environment - instruction about how to setup Python environment on Mac OS X
- Code editors for Python
- Sublime Text - editor for source code. One of the best source code editor. Runs fast and configurable
- Visual Studio Code - improved code editor with support of Debugging and good autocompletion. Works fast
- Create hight-quality code - check your code on errors and detect too complex parts of code
- Web frameworks
- Django framework - most popular Python web framework
- Interview Questions with answers - very helpful articles to know more about your programming language
You can help me extend this book with new articles or tell me about found typos. To do it you can open new Issue or create Pull request with your changes.