Generators, Coroutines, and Learning Python Through Exercises
Generators, Coroutines, and Learning Python Through Exercises  
Podcast: The Real Python Podcast
Published On: Fri Dec 11 2020
Description: Have you started to use generators in Python? Are you unsure why you would even use one over a regular function? How do you use the special "send" method and the "yield from" syntax? This week on the show, we have Reuven Lerner to talk about his PyCon Africa 2020 talk titled "Generators, coroutines, and nanoservices."