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