I'm just learning Python after many years of mostly Perl development. I have a web app project in mind, so I'm wondering what people have been using--either modules or more extensive frameworks--to build web apps in Python. I've played with Zope a bit, and although it's damn cool, it's probably overkill for the project I have in mind. The python.org Application Servers list (http://www.python.org/topics/web/app-servers.html) has a few others. Webware? Quixote? Just using plain-old CGI?
I'm also in the process of learning Python. Right now I'm using CherryPy. There are some simple examples to give you and idea of what it is like at this website: