Bytecodes and Stacks - A Look at CPython’s Compiler and Its Execution Model
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Dive into the inner workings of CPython's compiler and execution model in this 31-minute conference talk from EuroPython 2018. Explore the journey of Python code from writing to execution, covering crucial concepts such as tokenization, parsing, bytecode generation, and the stack-based virtual machine. Gain insights into how Python keeps track of running code through line number tables, code objects, frame objects, and function objects. Suitable for Python developers of all levels, from beginners to experts, learn about the intricacies of CPython's bytecode serialization, caching mechanisms, and overall execution process. Enhance your understanding of Python's underlying architecture and broaden your perspective on how your code comes to life in the CPython interpreter.
Syllabus
Petr Viktorin - Bytecodes and stacks: A look at CPython’s compiler and its execution model
Taught by
EuroPython Conference
Related Courses
Porting Python to WebAssemblyCNCF [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