.1 - Iterators
Learn what are iterators in Python and how to use them.
.2 - Comprehensions
Learn what are the comprehensions in Python and how to use them.
.3 - Generators
Explore the functionality and practical applications of generators in Python, and master their usage for efficient data handling and processing.
.4 - Recursion
Learn the power of recursion and how to use it in Python.
.5 - Closures
Learn what are the closures in Python and how to use them.
.6 - Decorators
Learn what are the decorators in Python and how to use them.
.7 - Context Managers
Learn what are the context managers in Python and how to use them.
.8 - Coroutines
Learn what are the coroutines in Python and how to use them.
.9 - Metaclasses
Learn what are the metaclasses in Python and how to use them.