More efficient programming than Web.py?

Posted by Luke Stanley on Stack Overflow See other posts from Stack Overflow or by Luke Stanley
Published on 2010-06-03T08:20:11Z Indexed on 2010/06/03 8:24 UTC
Read the original article Hit count: 593

Filed under:
|
|
|
|

I love webpy, it's really quite Pythonic but I don't like having to add the url mappings and create a class, typically with just 1 function inside it. I'm interested in minimising code typing and prototyping fast.

Does anyone have any up and coming suggestions such as Bobo, Bottle, Denied, cherrypy for a lover of webpy's good things?

What makes it a good reason?

Also I don't mind missing out (strongly) text based templating systems, I use object oriented HTML generation.

© Stack Overflow or respective owner

Related posts about python

Related posts about cherrypy