[{TableOfContents}]
\\

|| Topic || Python || Java || Ruby || Other
| Wiki   | MoinMoin | __JSPWiki__ | Redmine | -
| DSCM | Mercurial | - | - | Git
| Bugs | Roundup | - | __Redmine__ | -
| Build | Scons | Ant, Maven | - | -
| Automated Builds | __Buildbot__ | Hudson | - | -
| Shell | IPython | - | - | bash
| Web framework (light) | web.py, cherrypy | - | - | -
| Web framework (heavy) | Django | Play! | RoR | -
| Editor | PyDev, Emacs | Eclipse, NetBeans | NetBeans | -
| Message Service | - | (JMS) ActiveMQ | - | -

!!! Python


!!Wiki: [MoinMoin | http://moinmo.in]

Note: While in principle I like everything to be Python, I'm willing to add depencies for good enough software.  Instead of [MoinMoin | http://moinmo.in] for example, I'm using [JSPWiki | http://www.jspwiki.org] because it looks so much nicer.  I have JSPWiki working with Mercurial which is more important to me that it running on python.

!!Version Control: [Mercurial | http://www.selenic.com/mercurial]

Mercurial has saved me many times.  I try to do everything now with this DSCM tool.  I can see why in some cases however people still choose svn.  I try not to be religious about it.

!!Bugs Database: [Roundup | http://roundup.sourceforge.net]

I was unable to find a bug solution that worked with Mercurial.  Perhaps the nature of this just doesn't lend itself to DSCM.  I've had to satisfy myself with doing a db dump and saving that into Mercurial periodically as a backup.

!!Make replacement: [Scons | http://www.scons.org]

I really can't stand make.  For Java, I think Ant might be the way to go just because it's important to know.

!!Automated Builds: [Buildbot | http://buildbot.sf.net]

Pretty good.

!!!Interactive Shell: [IPython | http://ipython.scipy.org/moin]

Very nice indeed.  [webpy | http://webpy.org] conflicts with it however.

!!Web Framework: [webpy | http://webpy.org], [Django | http://www.djangoproject.com/], [Pylons | http://pylonshq.com/]


![Django | http://www.djangoproject.com/]
* [The Django Book | http://www.djangobook.com/en/1.0/]

!!Editor: [TextMate | http://macromates.com/], [PyDev | http://pydev.sourceforge.net/], Emacs

Windows had an editor I liked, but it was written in Delphi.  Mac doesn't really have a good one.  I've gotten used to print statements though.

----
[Python | CategoryComputing.Lang.Python]