Aditya Mehra
Aditya Mehra is a Senior Software Architect. Graduated in Computer Science Engineering, he has a rich experience in IT of over 17 years . He has already presented several talks at Python conferences throughout the world.
He is publishing weekly newsletter on python and technology and writes in medium and other public platforms.
Aditya actively supports python community with mentorship and teaching and has volunteered in multiple Python events in India and the USA
Session
In this presentation, I'll cover memory management in Python starting from the fundamentals. I'll explain the rationale behind the need for PEP 683: "– Immortal Objects, Using a Fixed Refcount" , discussing about this change may be unlocking exciting avenues for true parallelism in python.
The takeaway of this presentation would be :
a) Refresher on Life cycle of a python object.
b) Refresher on python memory management with garbage collection
c) How overcoming with pseudo immutable object will be unlocking exciting avenues for true parallelism in Python.
The target audience would be intermediate and advanced pythonistas. However I will present the information in simple and subtle manner for better understanding of python newbies .