Vladimir

59%
Flag icon
The Iterator interface is designed to be lazy: next(my_iterator) yields one item at a time. The opposite of lazy is eager: lazy evaluation and eager evaluation are technical terms in programming language theory.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview