Friday 4:15 p.m.–5 p.m.
Python Memory Management
Keshav Agrawal
- Audience level:
- Novice
- Room:
- Lecture Room E2
Description
Aim of this talk is to give idea how Python manages memory and variable allocation
Abstract
The aim is to discuss how python manages memory efficiently while allocating variables and function calling. How garbage collection works in python. A bit of comparison with C to understand the concept by putting out the difference in two. Memory management ad garbage collection would help anyone to use the language effectively.
My talk would suit any novice candiate to python those who have just started to learn python and are yet to enjoy the flavor of it.