December PythonPune meetup 2020
Jan 31, 2021
by Bhavin Gandhi
Memory Management in Python
- Speaker: Jatin Goel ( Twitter)
- Description: In this talk Jatin does a deep dive into Python’s memory management. He covers things like how variables, objects are actually stored in memory, how references work, interning, garbage collection. The talk is concludes with ways to optimize memory utilization and interesting questions from the audience.
- References:
NOTE: You can reach out to the speaker on the proposal page if you want to discuss anything about this talk.