Actualités

In this article, we’ll walk through setting up and using Flask 3.0 for basic web apps. ... To run the application, use python -m flask run in the same directory as app.py.
Designed for speed and simplicity, Sanic works with Python 3.6 or higher and uses Python’s async/await syntax (available as of Python 3.5) to let you create efficient web applications.