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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to