Why Is Python Slow?
Offered By: PyCon US via YouTube
Course Description
Overview
Explore the reasons behind Python's slower execution compared to other languages in this 33-minute PyCon US talk by Anthony Shaw. Delve into various theories explaining Python's performance, identify tasks where it excels, and discover techniques to optimize its speed. Gain insights into upcoming Python versions and potential improvements that may address performance issues. Learn about stack frames, C compilers, JIT compilers and optimizations, intermediate representations, garbage collection, and CPU-intensive tasks to better understand Python's execution model and performance characteristics.
Syllabus
Intro
What is Python
C vs Python
Stack frames
C compiler
JIT compiler
JIT optimizations
JIT compilers
Intermediate representations
C Python
Other tasks
Stop everything garbage collector
Chromium Engine
CPU intensive tasks
Summary
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