Memory Management in Python by Tomasz Kucharski

preview_player
Показать описание
Python is easy to use in context of memory management as everything happens without developer special actions. Just declare, assign and use Your objects and methods.

But what happens inside, under the hood when allocations take place? Do Python releases memory that was allocated just a second ago?

Things are pretty more complicated when we "take a microscope" and look at all memory management mechanisms deeply.
Рекомендации по теме