Presented at PyCon'08, March 13, 2008, Chicago, Illinois. Updatedto Python 3.7, October 29, 2018.
This tutorial discusses various techniques for using generatorfunctions and generator expressions in the context of systemsprogramming. This topic loosely includes files, file systems, textparsing, network programming, and programming with threads.
The original PyCon 2008 presentation is availablehere.
Copyright (C) 2005-2026,David Beazley