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.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