Wolfgang Resch - Notes

Python pipelines with generators and coroutines

June 10, 2010

Slides of a presentation I gave on using python generators and coroutines for setting up data flow through pipelines. The example code is available from bitbucket.

This was heavily inspired by the excellent presentations of David Beazley.