Learn how to use Flask, a micro web framework for Python, in this tutorial.
We’ll create a local web server, initialize a few routes, and serve some local traffic. We’ll also use Flask’s render_template functionality to render HTML templates in the browser.