by ArgentPyro on Fri Mar 20, 2009 4:22 pm ([msg=20261]see Web Application Framework for Python[/msg])
I've been looking into web application frameworks lately, and I was wondering if anyone has any opinions on which is best for Python? To name a few, there are web2py, pylons, and TurboGears. Any opinions on which is the best to use?
by tgoe on Tue Mar 24, 2009 9:49 pm ([msg=20489]see Re: Web Application Framework for Python[/msg])
I've only written a few basic web apps -- clones of shitty games -- and I'm not sure if what I use is considered a Web Application Framework.. but I like CherryPy + Jinja. IMHO, together, they are the simplest and fastest route to a working web app.