Completed
⌨️ 1.2 Building Web Pages using HTML
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Web Development with Python Tutorial – Flask & Dynamic Database-Driven Web Apps
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ 1.1 Project Setup & Flask Basics
- 3 ⌨️ 1.2 Building Web Pages using HTML
- 4 ⌨️ 1.3 Styling with CSS & Bootstrap
- 5 ⌨️ 1.4 Dynamic Data using Templates
- 6 ⌨️ 1.5 Deploying to the Cloud with Render
- 7 ⌨️ 1.6 Functional and Aesthetic Improvements
- 8 ⌨️ 1.7 Summary & Future Work
- 9 ⌨️ Database-Driven Web Applications
- 10 ⌨️ 2.1 Project Setup & Deployment
- 11 ⌨️ 2.2 Cloud MySQL Database Setup
- 12 ⌨️ 2.3 DB Connection with SQLAlchemy
- 13 ⌨️ 2.4 Display DB Data on Web Page
- 14 ⌨️ 2.5 Dynamic Database-Driven Pages
- 15 ⌨️ 2.6 HTML Form for Applications
- 16 ⌨️ 2.7 Saving Applications to DB
- 17 ⌨️ 2.8 Summary & Future Work
- 18 ⌨️ Conclusion