Python
Someone recently asked me for some advice on resources for Python so I thought I'd write up a list :)
- http://www.python.org/ - the obvious source
- http://www.jython.org/ - python implemented on top of the JVM giving you the best of both worlds
- http://www.diveintopython.net/ - an excellent free book for programmers who know other languages already
And here's what I use to write code in python:
- good ol http://www.vim.org/ and the command line :)
- http://pydev.org/ - eclipse based
- IDLE which comes in the download
- http://www.activestate.com/komodo-ide
happy python'ing =)