Links
resources for Python
Python
wxPython
3rd Party Modules
- pypi (official repo for 3rd party modules -- the 'CheeseShop')
- configobj
- pybox2d (2D physics library)
- pyglet (windowing and multimedia library)
- rabbyt (sprite library)
- pygame (SDL binding)
- mfgraph
- pyro (python remote objects)
- requests (urllib2 without the suck)
IDEs and debugging
Tutorials/HowTos/Etc..
- intro to python (my presentation)
- ubuntu thread on decorator tricks
- python black magic (slides from a java developer)
- intro to new-style classes
- why doctest isn't a replacement for unit tests