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
Heterogeneous Parallel ProgrammingUniversity of Illinois at Urbana-Champaign via Coursera Advanced Operating Systems
Georgia Institute of Technology via Udacity 計算機程式設計 (Computer Programming)
National Taiwan University via Coursera Introduction to Operating Systems
Georgia Institute of Technology via Udacity Android Performance
Google via Udacity