Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

32 lines (29 loc) · 1.2 KB
title date event_date url author featured_image categories tags
December PythonPune meetup 2020
2021-01-31 22:44:16 +0530
2020-12-19 11:00:00 +0530
event/december-pythonpune-meetup-2020
Bhavin Gandhi
Event
Python Internals

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.