Write Faster Python - Common Performance Anti Patterns
Offered By: PyCon US via YouTube
Course Description
Overview
Discover common performance anti-patterns in Python and learn how to optimize your code for speed without sacrificing readability in this 30-minute PyCon US talk. Set up profilers to measure application performance, track improvements, and regressions. Explore specific examples of Python code refactoring, including looping variants, list comprehensions, and proper type usage. Gain insights into reading profiler results, understanding tuple iterators, unmutated collections, and function call optimization. Enhance your Python programming skills with practical tips and techniques for writing faster, more efficient code.
Syllabus
Intro
James Murphy talk
How to improve performance
Before you start
Profilers
Sampling profilers
My favourite profilers
Antipatterns
linter
Looping variants
List comprehension
Wrong types
Example
Reading the results
tuple iterator
unmutated collection
calling too many functions
a and b example
Utility library
Wrap up
Outro
Taught by
PyCon US
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube