Description
In this course, you will learn :
- How to build Python Flask-based web applications.
- How to Make Use of Jinja2 Templates
- How to style your Flask web app with CSS.
- How to make and use HTML forms in your Flask application.
Syllabus :
1. The Basics
- Creating a venv and installing Flask
- Creating your first, simple, text based Flask app!
- Handling HTTP GET and POST Request Methods in Flask
- Flask Folder Hierarchy
2. Getting Technical!
- Getting started with Jinja2 HTML Templates
- Style your Flask app with CSS
- Creating a Web Form in Flask
3. Challenge
- BMI Calculator - Instructions
- Create a BMI Calculator in Flask!