13 tips and techniques for modern Flask apps
Flask is approaching its 13th birthday in active development, with new features that make it easier for you to build your web application continually being added. Thirteen years ago the industry and Flask focused on server rendered pages, now there is a strong focus on JSON APIs. Flask has kept up with this change by adding features that make API development easier.
In this article I've picked out 13 tips, for the 13 years of development, that make modern Flask ideal.
Source: 13 tips and techniques for modern Flask apps, an article by Philip Jones.