Python and Flask: Web Development From Scratch
In this topic, we'll cover all the basics of Python and Flask, including Jinja, inheritance, and web forms.
Get StartedTECHNOLOGIES
WATCH TIME
39 minutes
Lessons
Understanding Templates and Jinja
This video will cover the fundamentals of templates in flask, how to return a webpage instead of plain text and send variables to the frontend!
6 min
Routing and Variable Rules
This video will cover the fundamentals of routing in Flask, creating our own routes and adding variable rules to get data from the URL!
6 min
Diving into Jinja2
This video will cover an in-depth coverage of Jinja2/Jinja, the language used by flask in templates. We'll learn how to add conditional statements and loops into our template code!
8 min
Web Forms with Flask-wtf
This video will cover web forms in flask using the Python module Flask-wtf!
7 min
Template Inheritance and Block Content
This video will cover reusability of HTML code through template inheritance and block content in Jinja2!
5 min
Getting data from Web Forms
This video will cover getting data from web forms in Flask using the Python module Flask-wtf!
4 min
Getting Started with Flask
This video will cover getting started with Flask, setting up our very own web server with Flask and display Hello World!
6 min