Practical Usage of Advanced Python Constructs
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore practical applications of advanced Python constructs in this 32-minute conference talk from EuroPython 2015. Delve into iterators, generators, decorators, and context managers, learning how to effectively implement these powerful features in real-world projects. Gain insights on using iterators for control flow, leveraging generators to save memory, applying decorators for caching and discovery, and utilizing context managers for debugging. Suitable for developers of all experience levels, the talk provides a brief introduction to each construct before demonstrating its practical usage, bridging the gap between theoretical knowledge and real-world implementation.
Syllabus
Python
Iterators
Control flow with generators
View of iterable map & filter
Complicated flatten
Save memory
Django cycle
Decorators
Can do
Discovery & metadata
Call or not
Caching
Dogpile
Ansible
Context managers
Digging deeper
Debug
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