Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
In this 1-hour hands-on project, you will learn how to build and utilize generator functions for efficient lazy sequence generation in Python. Specifically, you will understand how to:
* Define generator functions using yield statements to lazily produce values
* Create infinite data streams with recurrent generators
* Apply generators for data processing pipelines and transformations
* Use generator expressions for inline lazy object creation