PEP 683: Immortal Objects - A New Approach for Memory Managing in Python
Offered By: PyCon US via YouTube
Course Description
Overview
Explore the intricacies of memory management in Python and the groundbreaking PEP 683 in this 29-minute PyCon US talk. Delve into the fundamentals of memory handling, understand the origins of PEP 683, and discover the significant changes it introduces. Learn why this proposal is crucial for Python's evolution and its potential impact on future developments, including modifications to the Global Interpreter Lock (GIL) and true parallelism. Gain insights into optimizing memory consumption for large-scale applications without compromising CPU performance. While tailored for intermediate to advanced Python developers, curious beginners are welcome to join this enlightening discussion on advanced memory management techniques and their future implications for the language.
Syllabus
Talks - Vinícius Gubiani Ferreira: PEP 683: Immortal Objects - A new approach for memory managing
Taught by
PyCon US
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