Contribute Media
A thank you to everyone who makes this possible: Read More

Python Memory Management 101

Description

Deeping in Garbage collector

I will review the main mechanims for memory allocation and how the garbage collector works in conjunction with the memory manager for reference counting of the python objects.Finally, I will comment the best practices for memory managment such as writing efficient code.

These could be the main talking points: -Introduccition to memory management -Garbage collector and reference counting with python -Review the gc module for configuring the python garbage collector -Best practices for memory managment

Improve this page