Completed
Metaclasses
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Evolving a Helper Script into a 180,000-Lines-of-Python-Code Project
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Background
- 3 GRR
- 4 Experiments
- 5 Production
- 6 Pickle
- 7 Metaclasses
- 8 InitHook
- 9 Imports
- 10 Explicit
- 11 String literals
- 12 Static analysis
- 13 Callflows
- 14 Inheritance over composition
- 15 Fast call flow
- 16 SmartDraw
- 17 SmartDraw solution
- 18 Datastore
- 19 Anarchy
- 20 Inner Platform Effect
- 21 Code Example
- 22 Datastore abstraction
- 23 Writing tests
- 24 Regression tests
- 25 Golden files
- 26 Testing layers
- 27 Python packages are split
- 28 Summary
- 29 Questions