How (and Why) to Chain Generators in Python

2:25pm - 2:39pm on Friday, October 6

Ciprian Stratulat

Watch:
https://youtu.be/hqTRgw8TiZ0

Description

You already know that Python generators are useful little tools. In this short talk, I will show you how to put several generators (and other iterators) in an elegant, Pythonic tool belt through chaining.

Want to edit this page?