Flask is an easy to use framework to create web applications with Python. In this short tutorial we will go through the basics.
First, you should create a folder for your project and create a virtual environment. Activate the environment, and then install Flask with:
...