intermediate30 minby DevFox

Iterators, Generators, and Laziness

The iterator protocol, yield, and pipelines that process a file larger than memory. Where laziness wins, and the bugs that appear when a generator is consumed twice.

  • Python