Building your first Flask Application

Project Source Code

Get the project source code below, and follow along with the lesson material.

Download Project Source Code

To set up the project on your local machine, please follow the directions provided in the README.md file. If you run into any issues with running the project source code, then feel free to reach out to the author in the course's Discord channel.

Building your first Flask Application

One of the reasons many Python developers love using Flask is that the framework makes it easy to get started. It only takes about five lines of code to build a functional web application. In this chapter we're going to start from scratch and build out a Flask application and deploy it to the internet.

Here's what our application is going to look like when we're finished

By the end of these two chapters, you'll have built this Flask application
By the end of these two chapters, you'll have built this Flask application

In the next section, we're going to get started.