Learn to build a landing page with the very popular Python Flask Microframework.
This is what the code looks like at the end of the lesson. It's made for your reference so you can see a history of changes.
-
Welcome & Requirements no code
-
Walkthrough no code
-
Create a Virtual Environment no code
-
Sublime Text & Reactivate Virtual Environment
9 - Modules Driving One Purpose
11 - Render Template Variables
12 - Keep Logic in Views not Templates
13 - Jinja Templates & Base HTML
16 - POST Method and Request Data
19 - Adding CSRF Protection to Flask
21 - Basic Form Validation with wtforms
22 - Email & Custom Validation with wtforms