I like Python a lot. It is aptly named.

Library Reference
Tutorial
Special Method Names

Python Resources
http://openwiki.com/ow.asp?ToFindStuffInPython
SciPy and NumPy Mailing List Archives
Python Tutorials - over 300 links to Python tutorials
Useless Python, Useless Python: Miscellaneous Links
Python 2.3 Quick Reference

IDEs
pydev eclipse plugin
XMPPP (Jabber) Binding
http://mdp-toolkit.sourceforge.net/symeig.html
Modeling
Windows
http://codespeak.net/pypy/dist/pypy/doc/architecture.html#mission-statement
Bittorrent
pyparsing
http://peak.telecommunity.com/DevCenter/setuptools
http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install
http://www.win32com.de/
http://pymedia.org/
http://sourceforge.net/projects/pympi/
http://sourceforge.net/projects/simpy/
http://uche.ogbuji.net/tech/4suite/etc/CoreManual.html
http://sourceforge.net/projects/pygeo/
http://sourceforge.net/projects/btplusplus/
http://sourceforge.net/projects/pywinauto/
http://sourceforge.net/projects/visualpython/
http://pyode.sourceforge.net/
http://ode.org/
http://www.pythonology.com/howto
http://www.osgi.org/
JPype - create a JVM in Python
http://leenissen.dk/fann/
PyQwt
http://numeric.scipy.org/
Scripting Resources
NAGPy - interface to http://www.nag.com/numeric/Fortran_Libraries.asp computation libraries
PyGame
VTK Doxygen (C++)
Plone, Plone Sites
IronPython
BioPython
http://sage.scipy.org/sage/

cgkit
Vision Egg

Python Warts
Python for Scientific Visualization Part I: Data Visualization, Part II: Data Analysis
Python is Not Java
Cooperative Multitasking
PyOpenGL for OpenGL Programmers
Lambda Functions
numpy tutorial
Bruce Eckel's Python Interview Part I, Part II, Part III
Python and vim
Python Bioinformatics Course
Ruby, Python, "Power"

  • No labels

2 Comments

  1. Hi Jeremy,

    that looks like an insanely cool program. Is it still active ? The last version on sourceforge is more than half a year old.

    Have you tried it with 'real' code ? The examples are all rather simple...

    1. Yes, jpype looks quite interesting. (I installed it on the iris/noric Linux machines).

      I have written a short (and fairly trivial) test script.

      /nfs/slac/g/lcd/mc/prj/sw/extern/python2.4/test/jpype/test_jpype.py
      

      It does do basic Java arrays and Strings okay. I will try to import some jars, next.

      This is the "boilerplate" code to start it up.

      /nfs/slac/g/lcd/mc/prj/sw/extern/python2.4/test/jpype/startup_jpype.py
      

      Linux installation took some manual hacking. The setup script just needs a bit of work.