Treffer: Python Memory Management 101: Deeping in Garbage collector

Title:
Python Memory Management 101: Deeping in Garbage collector
Contributors:
Kompetenzzentrum für nicht-textuelle Materialien
Publisher Information:
EuroPython
Publication Year:
2020
Document Type:
course material<br />moving image (video)
Language:
English
Accession Number:
edsbas.C03927C2
Database:
BASE

Weitere Informationen

(en)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