Web framework

dowskimania at gmail.com dowskimania at gmail.com
Wed Mar 9 14:46:28 EST 2005


Gianluca Sartori wrote:
> Hi guys,
>
> What web framework do you suggest to develop with?

I really like CherryPy.  It has a very intuitive design.  A "directory"
is an object and the "files" in it are methods.  URL variables are
passed as arguments to the methods.  The CherryPy site has a good
tutorial and some examples that should get you up and running fairly
quickly.

http://www.cherrypy.org

> Thanks for any suggestion,
> Gianluca

Hope this helps.

Christian




More information about the Python-list mailing list