Learning Outcomes
This lesson explains the learning outcomes of this course.
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 JinjaTemplating Engine.
- 
How to handle forms using the flask-wtfmodule.
- 
How to work with a database using the flask-SQLAlchemymodule.
- 
How to create Modelsand manipulate data using them.
And the most rewarding outcome of this course is that you will learn:
- How to build a Flaskapplication, hands-on.
Now, without further ado, let’s get started!
 Ask