CPython's Compilation Pipeline: From Source to Code Object
Offered By: PyCon US via YouTube
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
Fast Python! Coding Competitions with CPython and PyPyEuroPython Conference via YouTube CFFI - Calling C from Python
EuroPython Conference via YouTube Hack the CPython
EuroPython Conference via YouTube Status Quo of Virtual Environments
EuroPython Conference via YouTube Auditing Hooks and Security Transparency for CPython
EuroPython Conference via YouTube