January 2006
December 2005
October 2005
ASPN : Python Cookbook : Generator Based Concurrency, with Real Threads when Needed.
by robertoThis recipe uses NanoThreads. http://lgt.berlios.de/
It shows how simulated concurrency, (using generators as tasks), can be transparently combined with OS Level Python threads, as and when needed.
July 2005
MacDevCenter.com: Panther, Python, and CoreGraphics
by robertoMac OS X Panther includes many updated developer tools. Among them is an enhanced version of Python 2.3 with its own SWIG-based bindings to the CoreGraphics library. Creating PDFs, JPEGs, and documents in other graphical formats just became a lot easier.
1
(4 marks)