
Flask: the micro-framework with all what you need
Flask is a micro-framework which contains only the minimal behavior but easily extended to any functionality needed in a modern webpage.
In the following Youtube playlist, I show how a backend can be build with Python and Flask. I will handled the main points of a modern backend such as: the database connection, the authentication, the static content, the unit tests and more.
The topics are also handled in this blog.
