simple web app, where to start

nick at stinemates.org nick at stinemates.org
Sat Feb 7 19:09:48 EST 2009


On Fri, Feb 06, 2009 at 09:16:02PM -0700, Vincent Davis wrote:
> I have a simple script that takes a few input values and returns a csv file
> and a few stats. If I wanted to host this on the web how would I. I have no
> idea where to begin. If someone could point me in the right direction like
> maybe a tutorial, tools I will need, functions..... I would appreciate it.I
> know a little html but am not sure how to integrate python or know what
> servers will handle it .....
> 
> Thanks
> Vincent Davis

I'd suggest CherryPy[1]. It's fairly welcoming to newbies, because the
web server and the framework and bundled together.

1: http://www.cherrypy.org/

HTH,
Nick




More information about the Python-list mailing list