Flask
- Why Python?
- What is Flask?
- Why Flask?
- Flask Framework
Chapter 1: New Project
- PyCharm IDE
- In the Cloud
- In Terminal (No IDE)
- Summary
Chapter 2: Hello World
- Getting started
- Hello World program
Chapter 3: Routes
- What is a route?
- Setup virtual environment?
- First Routes
- Dynamic routes
- Notes
Chapter 4: Templates
- What’s a template?
- Create a template
- Template variables
- Pass Multiple Variables
- Control flow
- Static files
Chapter 5: HTTP Protocol
- Error codes
- HTTP GET and POST requests
- Forms
Chapter 6: Cookies
- Set and get cookies
- Set cookie
- Delete cookies
- Sessions
Chapter 7: Databases
- Database with SQLite