If you have development projects that use Subversion for source code control then Trac from The Trac Project looks very interesting, I found this through CherryPy a python web framework used by Trac. I was following up some links about WSGI which it seems the next version of CherryPy will support.

My students are going to be using Trac next term; some thoughts on what its implementation says about the state of web programming in Python are at
http://pyre.third-bit.com/blog/archives/000145.html.
Posted by: Greg Wilson | Tuesday, December 14, 2004 at 01:28 PM
I've been using it for my latest project, and it's amazing. Very cool stuff.
Of course, it's a bit of a beta, needs to flesh out some more. Very usable, but not all of the features you might expect are there yet. Development seems to be going strong, though.
Posted by: Manuzhai | Tuesday, December 14, 2004 at 03:28 PM
Thanks for the thoughts. I am getting ready to write some more on future development with python and what Greg is saying does co-incide somewhat. I still believe that WSGI is one of the best movements in the right direction for python that I have seen.
Posted by: DaveW | Thursday, December 16, 2004 at 02:34 AM