More Than You Ever Wanted to Know About Python Functions
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Dive deep into the intricacies of Python functions in this comprehensive conference talk from EuroPython 2018. Explore the nuances of functions, methods, callables, and closures, uncovering their inner workings and capabilities. Learn about various parameter specification methods, return values, variable scopes, and exception handling. Discover the concept of closures and their impact on memory usage. Understand the differences between methods and functions, including their creation and functionality. Explore how to create custom callables from any object using magic methods. Utilize modern Python introspection techniques to examine and manipulate functions. Delve into bytecode analysis, learning how to inspect and modify a function's internal structure. Gain practical knowledge and extreme techniques that will elevate your understanding of Python's callable objects, equipping you with advanced skills for more efficient and creative programming.
Syllabus
Mark Smith - More Than You Ever Wanted To Know About Python Functions
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