The Magic of "Self" - How Python Inserts "Self" into Methods
Offered By: PyCon US via YouTube
Course Description
Overview
Explore the inner workings of Python's automatic insertion of 'self' into methods in this illuminating talk from PyCon US. Delve into the world of descriptors and discover how they power this seemingly magical feature. Gain insights into Python's versatile data model and learn how to create high-level interfaces for custom objects. Perfect for advanced beginners and intermediate Python developers, this presentation aims to spark curiosity about the language's more advanced features. Follow along as the speaker breaks down complex concepts, provides practical examples, and offers a glimpse into the powerful possibilities that lie beneath Python's surface.
Syllabus
Introduction
About me
The basics
Defining a class with methods
What are descriptors
Implementing a descriptor
decorators
Summary
Conclusion
Taught by
PyCon US
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube