Python: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


* http://dabeaz.com/coroutines/
* http://dabeaz.com/coroutines/
* http://dabeaz.com/coroutines/trampoline.py
* http://dabeaz.com/coroutines/bogus.py - "An example of a bogus generator that generates and receives values (not a recommended coding style)."
* http://dabeaz.com/coroutines/bogus.py - "An example of a bogus generator that generates and receives values (not a recommended coding style)."




[[Category:Python]]
[[Category:Python]]

Revision as of 00:39, 17 May 2013

Recommended reading & random links