Completed
Type checkers
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Static Typing in Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Types
- 4 Dynamic Type
- 5 Any Type
- 6 Duct Typing
- 7 Static Typing Examples
- 8 Dynamic vs Static Typing
- 9 Static Typing at Dropbox
- 10 PEP3107
- 11 MyPi
- 12 Pet 483
- 13 Generic Types
- 14 Type hints
- 15 Type checkers
- 16 Philosophical differences
- 17 Questions
- 18 When to use static typing
- 19 Unit tests vs static typing
- 20 When should you use static typing
- 21 Before migrating or refactoring
- 22 Using static typing
- 23 Summary
- 24 Audience Questions