Completed
Example Code Base: Flor
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Type Annotations in Python 3 - Whats, Whys & Wows!
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Outline
- 3 Motivation: When We Discover Bugs
- 4 The Python Way: Gradual Typing
- 5 History of Type Hints in Python
- 6 Annotation Syntax in Python
- 7 Architecture of Type Hinting in Python
- 8 Example Code Base: Flor
- 9 A Test Script
- 10 Adding Type Hints
- 11 I broke mypy!
- 12 Comparing Our Approaches
- 13 Pros & Cons
- 14 Top Python Repositories with Type Hints
- 15 Example: Contracts in Python