ma.gnolia

Sign In | Learn More

Skip to main content


Generator Tricks for Systems Programmers Generator Tricks for Systems Programmers

  • Not rated yet.
  • Copy Bookmark

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.

12 other people have commented on this bookmark

1 2 3

Name Title Rating When
9857_32 John Generator Tricks for Systems Programmers
Not rated yet.
May 4, 2008

David Beazley's generator expression tutorials and slides.

8_32 Ville Generator Tricks for Systems Programmers
Rated 2 stars out of 5.
April 29, 2008

"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 pro...

1_32 yguarata Generator Tricks for Systems Programmers
Not rated yet.
April 29, 2008
16580_32 Sharjeel Generator Tricks for Systems Programmers
Not rated yet.
April 24, 2008
4851_32 Daniel Generator Tricks for Systems Programmers
Rated stars out of 5.
April 24, 2008

This is a great guide on generator functions in Python, including use cases. The slides from his presentation (available as a PDF from the linked page) may be the best tutorial I've seen on the subject so far.