Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Write Faster Python - Common Performance Anti Patterns
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 James Murphy talk
- 3 How to improve performance
- 4 Before you start
- 5 Profilers
- 6 Sampling profilers
- 7 My favourite profilers
- 8 Antipatterns
- 9 linter
- 10 Looping variants
- 11 List comprehension
- 12 Wrong types
- 13 Example
- 14 Reading the results
- 15 tuple iterator
- 16 unmutated collection
- 17 calling too many functions
- 18 a and b example
- 19 Utility library
- 20 Wrap up
- 21 Outro