Pointers? In My Python? It's More Likely Than You Think
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the intricacies of CPython's memory management and object handling in this 26-minute EuroPython 2021 conference talk by Eli Holderness. Delve into the world of pointers in Python, understanding the difference between 'is' and '==', the necessity of deepcopy, and the nuances of object lifetimes. Discover what pointers are and where they appear in Python code, learn about object IDs and their significance, and understand how CPython manages object lifetimes and garbage collection. Gain insights into reference counting, cyclic references, and the inner workings of the garbage collector. Suitable for Python beginners and experienced developers alike, this talk provides a comprehensive look at Python's memory magic without requiring prior knowledge of C programming.
Syllabus
Introduction
Pointer aliasing
Deep Copy
Tuples
Object IDs
object lifetime
reference counting
cyclic references
garbage collector
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