Completed
Code Execution
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Seven Things Every Python Programmer Should Know
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Code Execution
- 3 Empty Lists
- 4 Sentinel Objects
- 5 No tradeoffs
- 6 Floatingpoint arithmetic
- 7 Number types
- 8 Decimal and fractions
- 9 Failure modes of float
- 10 Floats are binary
- 11 Decimals are floatingpoints
- 12 Computational geometry
- 13 Sign of the determinant
- 14 Demonstration
- 15 Floating point numbers
- 16 Python quirks
- 17 Python idioms
- 18 Chain comparisons
- 19 Reduce work