Memory Management in Python 3 -- The Basics - North Bay Python 2018 - Petaluma, CA

This talk was given at North Bay Python 2018 in Petaluma, CA.

As a new python developer, do you find memory management in Python confusing? Come to this talk to learn about the basics of how Memory Management works in Python. We’ll cover the concepts of reference counting, garbage collection, weak references, __slots__, and the Global Interpreter Lock.

Video

Slides

Tweets


See also

comments powered by Disqus