Generators, Coroutines, and Learning Python Through Exercises

The Real Python Podcast

Episode | Podcast

Date: Fri, 11 Dec 2020 12:00:00 +0000

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