Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.2 KB

File metadata and controls

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