Learn how to create Python-based web applications using Flask.
Developing web applications and APIs with Python is a common developer task. The Python ecosystem contains many commonly used web application frameworks. Flask is a well established minimal WSGI framework designed to quickly take developers from zero to productive. This lab explores Flask's functionality through building a web application.
Learning Objectives
At the end of this lab you'll be familiar with:
Prerequisites:
Target Audience
Updates:
October 16th, 2024 - Updated Flask version and images to reflect latest ui