Kung Fu at Dawn with Itertools
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore advanced Python programming techniques in this EuroPython conference talk focusing on the itertools module. Learn how to leverage iterator algebra for more elegant and memory-efficient solutions. Discover practical applications of functions like repeat(), takewhile(), dropwhile(), and product() through numerous examples. Gain insights into transforming traditional coding approaches into streamlined implementations using itertools. Master the art of chaining abstractions and identifying opportunities to simplify complex code with single-line solutions. Enhance your Python skills by understanding how to alternate between values, handle infinite sequences, and optimize loops using the power of itertools.
Syllabus
Intro
Python for loop
Using loop
Whats an iterator
Stop iteration
For loop
Generators
Integer
Count
Filter
Slice
DealFrom
Spam
Integer Factorization
Unique
Goodbye
Chain
Rolling
Repeat
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