Showmedo is proud to publish:[1451] Garbage Collection in Python – Part II -, a video-tutorial by gasto
This video is part of the series Python from zero.
How to instantiate the previously created class ( Foo ) is shown, using IDLE (the Integrated Development Environment , that comes with the standard CPython distribution). 2 referrers are created to understand that up until all referrers are deleted, the Python garbage collector may claim the associated instance (destruct it, deallocate it).
variables in Python are simple names associated to an instance (it could be a value). Examples are shown to enforce this concept.
Related posts:
- New Video Published: Garbage Collection in Python – Part I -
- New Video Published: Garbage Collection in Python – Part I -
- New Video Published: C++ Tutorial (30) – Absolute n00b spoonfeed
- New Video Published: Case Study: Robust Regression Methods Using Python
- New Video Published: Case Study: Robust Regression Methods Using Python continued

