Python Generators
Offered By: Duke University via Coursera
Course Description
Overview
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
Syllabus
- Project Overview
- Here you will describe what the project is about...give an overview of what the learner will achieve by completing this project.
Taught by
Noah Gift
Tags
Related Courses
Competitive Programmer's Core SkillsSaint Petersburg State University via Coursera Основы разработки на С++: коричневый пояс
Moscow Institute of Physics and Technology via Coursera Mastering Programming with MATLAB
Vanderbilt University via Coursera Exception Handling in Python
Coursera Project Network via Coursera Concepts in Python: Loops, Functions and Returns
Coursera Project Network via Coursera