programming

Understanding how the Python garbage collector works

Understanding more about Reference Counting and Generational Garbage Collector, the garbage collector algorithms used by CPython.