Completed
– Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Flask Web Development Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 – Introduction
- 2 – Download & Installing VS Code
- 3 – Installing Necessary Modules
- 4 – Activating Virtual Environment
- 5 – Installing flask module
- 6 – Creating a flask minimal app
- 7 – static and templates directories
- 8 – Making an app beautiful by adding HTML
- 9 – Creating a database for the To-Do App
- 10 – SQLAlchemy database URI
- 11 – Querying Records
- 12 – Adding Loop Counter
- 13 – Getting forms working
- 14 – Updating To-do Items
- 15 – Template Inheritance
- 16 – Creating a base template
- 17 – CRUD operation
- 18 – Making update operation work
- 19 – Free JavaScript Course
- 20 – Deploying To-dos App on Heroku
- 21 – Final view of To-do app
- 22 – Where to go from here