Learning Outcomes

This lesson explains the learning outcomes of this course.

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!