Presented at PyCon'08, March 13, 2008, Chicago, Illinois. Updated
to Python 3.7, October 29, 2018.
This tutorial discusses various techniques for using generator functions and generator expressions in the context of systems programming. This topic loosely includes files, file systems, text parsing, network programming, and programming with threads.
The original PyCon 2008 presentation is available here.
Copyright (C) 2005-2024, David Beazley