This video is available to students only

Intro to Fullstack Flask

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.

Intro

πŸ‘©β€πŸ’» Get access to the Fullstack Flask source code - here.

πŸ“š Get access to the Fullstack Flask Manuscript in PDF form - here.

This course’s mission

By the end of this course, you should be able to create full stack SaaS (Software as a Service) applications using Flask.

Flask is often touted as a framework that's easy to pick up, and most of the learning material out there focuses on building simple applications and often doesn't pay attention to the components required to building maintainable large Flask applications. Our goal in this course is to take an example driven approach to building maintainable Flask web applications.

What is Flask?

Flask is an open source "micro-framework" written by Armin Ronacher to build web applications in Python. It is referred to as a micro-framework because it only ships a small core set of features and provides an extensible base that allows developers to choose what additional tools they will need for their application.

Flask developers love using Flask for it's low learning curve, flexibility, and vibrant extension support.

When would you want to use Flask?

Despite being called a micro-framework, Flask is well suited to build both small and large web applications. Flask has been used in production systems by large companies such as Twilio, Pinterest, Lyft, LinkedIn, and Uber.

This lesson preview is part of the Fullstack Flask: Build a Complete SaaS App with Flask course and can be unlocked immediately with a single-time purchase. Already have access to this course? Log in here.

Unlock This Course

Get unlimited access to Fullstack Flask: Build a Complete SaaS App with Flask with a single-time purchase.

Thumbnail for the \newline course Fullstack Flask: Build a Complete SaaS App with Flask