Playing with CPython Objects Internals
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Dive into the inner workings of CPython objects in this 31-minute conference talk from EuroPython 2015. Explore the construction of various Python objects, ranging from simple types like integers and None to more complex structures such as dictionaries. Learn how to manipulate instance data directly using ctypes and discover unconventional techniques for modifying Python objects, including the intriguing process of truncating tuples. Gain a deeper understanding of Python's internal object representation and push the boundaries of what's possible with CPython's implementation.
Syllabus
Jesús Espino - Playing with CPython Objects Internals
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