Memory Problems, Did Collector Forget to Clean the Garbage?
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore memory management in Python and learn how to optimize code for better performance in this 31-minute conference talk from EuroPython 2022. Gain insights into CPython's memory allocation process, common memory errors in production code, and effective solutions. Discover the intricacies of garbage collection, including reference counting, reference cycles, and generational garbage collection. Examine real-world examples with code snippets and screenshots to understand how to identify and resolve memory issues in your own projects. Delve into the Python gc module and its applications for improved memory efficiency.
Syllabus
Introduction
Memory issues
Memory Allocation
CPython's Garbage Collection
Reference counting
Reference Cycles
Generational Garbage Collection
Python gc module
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube