Completed
other enhancements
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Exploring the Latest Features of Python 3.12
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 the latest features of python 3.12
- 4 typing improvements
- 5 generics with new syntax
- 6 typedict
- 7 override decorator
- 8 advanced type parameters
- 9 type aliases
- 10 lazy evaluation
- 11 syntax improvements
- 12 reusing quotes within f-strings
- 13 arbitraty nesting of f-strings
- 14 multi-line expressions and comments
- 15 backlashes and unicode characters
- 16 improved error messaging for f-strings
- 17 itertools.batched
- 18 performance
- 19 asyncio performance enhancements
- 20 boost in inspect and typing modules
- 21 unique per interpreter gil
- 22 comprehension inlining
- 23 immortal objects
- 24 buffer protocol
- 25 other enhancements
- 26 debugging
- 27 improved nameerror suggestions
- 28 syntax and importerror enhancements
- 29 low impact monitoring
- 30 resources & links