Since a few weeks back, I am working writing a web-application using Python and the Django framework. I have allways thought of Python as a nice language, but after working with it I am certain that it is a very nice language. So nice that I will try to make a MUD server (my favorite programming side-project) in Python. Also, the Django framework is very nice, and if it was possible I would have used that to write the server. However, Django is only for writing web application, so I had to find some other framework that is similar to Django. At the moment I am leaning toward Twisted for networking, Jinja2 for template engine, and Storm for ORM.
I haven't started yet, but hopefully I should be able to get something running pretty quick. Especially since I for once dont have to care about stuff like database and telnet handling. Anyway, wish me luck!