Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Writing a Python Web Framework in 2021
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Writing a Python web framework in 2021
- 3 Then Vs Now
- 4 What about...
- 5 Let's go on a tour!
- 6 Tour: Project Template
- 7 Tour: ORM
- 8 Tour: Template engine
- 9 Tour: Settings
- 10 Tour: Routing
- 11 Tour: (De)Serialization
- 12 Tour: Request/Response
- 13 Tour: Command-Line
- 14 Tour: Middlewares WSGI middlewares
- 15 Tour: Special *SGI implementation to support websockets
- 16 Tour: Form Builder
- 17 Put everything in the blender
- 18 Missing Links
- 19 What is Cordy?
- 20 What would be the pros & cons?
- 21 Questions