Can someone provide me with a brief introduction on how to use Python generators to implement coroutines?
|
|
I suggest you start here: Coroutines via Enhanced Generators http://www.python.org/dev/peps/pep-0342/ By Guido van Rossum and Phillip J. Eby |
||
|
|
|
|
This was presented about a month after this question: http://www.dabeaz.com/coroutines/index.html Dave's presentation is excellent and explains exactly how coroutines can be made with Python 2.5+ - well recommended. |
||
|
|
|
Use the google, Luke.
|
||||||
|
