Intro to Introspection
Offered By: PyCon US via YouTube
Course Description
Overview
Explore Python's powerful introspection capabilities in this 23-minute PyCon US talk. Discover how to find and retrieve information about objects and running code, even those not directly created by you. Learn through practical examples where this information is stored, how to access it, and interpret it effectively. Gain insights into topics such as help functions, pickling, printing, classes, functions, inheritance, abstract base classes, and more. Access the accompanying slides for a comprehensive overview of the concepts covered in this informative presentation on Python's introspection features.
Syllabus
Intro
Overview
Help
Pickle
Print
Wrapper
Help Output
Classes
Function
Covar Names
Defaults
Inspect
Type
Callable
Inheritance
Abstract Based Classes
Vars
GetAdder
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