Vladimir

63%
Flag icon
Generators produce data for iteration Coroutines are consumers of data To keep your brain from exploding, don’t mix the two concepts together Coroutines are not related to iteration Note: There is a use of having `yield` produce a value in a coroutine, but it’s not tied to iteration. ...more
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview