Interesting articles
Several interesting articles I found recently. Some of them I think from Dan Bader twitter.
Django vs Flask - a detailed comparison Django vs Flask.
In most cases I preferer Django.
- It has better documentation
- There are better apps in core, with Flask you need to search for an app, compare alternatives and sometimes they are not updated for a long time
- You can choose which core apps to use
- I think it’s better developed and supported
How the heck does async/await work in Python 3.5? - a long read about async in python
Using Docker for Flask Application Development (not just Production!) - i use it the same way, the only problem I have with Python development in Docker is debugging in Intellij Idea. There is a remote interpreter, but it does not work well for me, will try it again with the latest version.