Search⌘ K
AI Features

Learning Outcomes

Discover core Flask development skills such as creating routes, serving static and dynamic content, handling forms with flask-wtf, and managing data with flask-SQLAlchemy. This lesson prepares you to build hands-on web applications using Flask.

We'll cover the following...

In this course you will learn:

  • How to create routes (or views) with Flask.

  • How to serve static content and files using Flask.

  • How to serve dynamic content using the Jinja Templating Engine.

  • How to handle forms using the flask-wtf module.

  • How to work with a database using the flask-SQLAlchemy module.

  • How to create Models and manipulate data using them.

And the most rewarding outcome of this course is that you will learn:

  • How to build a Flask application, hands-on.

Now, without further ado, let’s get started!