A Hitchhiker's Guide to Functools
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the world of higher-order functions in Python through this 33-minute EuroPython 2021 conference talk. Dive into the functools module, a powerful component of Python's standard library that offers a collection of higher-order functions. Learn how these functions can act on or return other functions, enhancing your code and improving efficiency. Discover the history and practical applications of functools, including partial functions, total ordering, reduce operations, and single dispatch. Gain insights into how these concepts can be applied to write more elegant and efficient Python code. By the end of the talk, acquire a comprehensive understanding of functools and its potential to elevate your Python programming skills.
Syllabus
Intro
Overview
History
Partial
Total Ordering
Reduce
Single Dispatch
Conclusion
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