Page 1 of 1

Python links

PostPosted: 19 Feb 2009, 18:04
by billb
http://www.diveintopython.org/
Dive Into Python is a Python book for experienced programmers. You can buy a printed copy, read it online, or download it in a variety of formats. It is also available in multiple languages.


http://www.pygame.org
Pygame is a set of Python modules designed for writing games. Pygame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every platform and operating system.


http://www.codesampler.com/python.htm
General Python Scripts @ CodeSampler.com

http://wiki.ohjelmoija.fi/index.php/Python
Python tutorials @ programmer.fi

http://www.corepy.org/
CorePy: High-Productivity Cell/B.E. Programming PDF
CorePy is a library for creating and executing PowerPC, VMX, and SPU programs from Python.

* Execute arbitrary SPE programs from Python
* Talk to SPE programs using libspe wrappers
* Create new SPE or PPE programs directly from Python


Ranulf Doswell's Python-PS3
http://python-ps3.sourceforge.net/

Penzilla.net's Python Tutorial