Generator Tricks for Systems Programmers
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
| Name | Title | Rating | When | |
|---|---|---|---|---|
| John | Generator Tricks for Systems Programmers |
Not rated yet.
|
May 4, 2008 | |
David Beazley's generator expression tutorials and slides. |
||||
| Ville | Generator Tricks for Systems Programmers |
Rated 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... |
||||
| yguarata | Generator Tricks for Systems Programmers |
Not rated yet.
|
April 29, 2008 | |
| Sharjeel | Generator Tricks for Systems Programmers |
Not rated yet.
|
April 24, 2008 | |
| 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. |
||||
