YoVDO

CPython's Compilation Pipeline: From Source to Code Object

Offered By: PyCon US via YouTube

Tags

CPython Courses Abstract Syntax Tree Courses

Course Description

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the evolution of CPython's compiler in this 27-minute PyCon US talk. Delve into the refined compilation pipeline coming in version 3.13, which expands from the traditional 4-stage process to a more detailed 8-stage pipeline. Learn about the new stages, including optimized AST, pseudo bytecode, and optimized pseudo bytecode. Discover how these changes create new possibilities for CPython users, maintainers, and educators. Get introduced to Codoscope, a visualization tool that illustrates CPython's process of translating Python source code into executable code objects, providing valuable insights into the inner workings of the language.

Syllabus

Talks - Irit Katriel: CPython's Compilation Pipeline


Taught by

PyCon US

Related Courses

Porting Python to WebAssembly
CNCF [Cloud Native Computing Foundation] via YouTube
How We Are Making CPython Faster - Past, Present and Future
EuroPython Conference via YouTube
How We Are Supercharging F-Strings in Python 3.12
EuroPython Conference via YouTube
Tales of Python Security
EuroPython Conference via YouTube
Demystifying Python’s Internals - Diving into CPython by Implementing a Pipe Operator
EuroPython Conference via YouTube