Re: [Python-Dev] Ancient use of generators

2015-05-07 Thread David Mertz
I'm glad to see that everything old is new again. All the stuff being discussed nowadays, even up through PEP 492, was largely what I was trying to show in 2002 the syntax just got nicer in the intervening 13 years :-). On Wed, May 6, 2015 at 10:57 AM, Guido van Rossum wrote: > For those i

Re: [Python-Dev] Ancient use of generators

2015-05-06 Thread Nick Coghlan
David Beazley's tutorials on these topics are also excellent: * Generator Tricks for Systems Programmers (PyCon 2008: http://www.dabeaz.com/generators/) * A Curious Course on Coroutines and Concurrency (PyCon 2009: http://www.dabeaz.com/coroutines/) * Generators: The Final Frontier (PyCon 2014: ht