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
Initiation à la programmation (en C++)École Polytechnique Fédérale de Lausanne via Coursera Introduction to Computing 计算概论A
Peking University via Coursera Programming Basics
Indian Institute of Technology Bombay via edX 程序设计基础
Peking University via edX 計算機程式設計 (Computer Programming)
National Taiwan University via Coursera