Python: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Created page with "==Recommended reading== http://dabeaz.com/coroutines/")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Recommended reading==
==Recommended reading & random links==


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)."
 
 
[[Category:Python]]

Revision as of 00:39, 17 May 2013

Recommended reading & random links