Re: simple web app, where to start

2009-02-08 Thread James Matthews
I use Django for all simple apps and it works great!

On Sat, Feb 7, 2009 at 6:16 AM, Vincent Davis vinc...@vincentdavis.netwrote:

 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


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




-- 
http://www.goldwatches.com/

http://www.jewelerslounge.com/
--
http://mail.python.org/mailman/listinfo/python-list


Re: simple web app, where to start

2009-02-08 Thread Brian Blais

On Feb 7, 2009, at 21:39 , Vincent Davis wrote:


Thanks http://www.cherrypy.org/ looks like a good and simple option.



it is a nice option, but I prefer www.webpy.org over cherrypy.  It's  
a bit easier, and there is less magic.  I've done really simple  
scripts, to semi-complex web apps with it.



bb

--
Brian Blais
bbl...@bryant.edu
http://web.bryant.edu/~bblais



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


Re: simple web app, where to start

2009-02-07 Thread nick
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

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


Re: simple web app, where to start

2009-02-07 Thread Vincent Davis
Thanks http://www.cherrypy.org/ looks like a good and simple option.
Thanks
Vincent Davis



On Sat, Feb 7, 2009 at 5:09 PM, n...@stinemates.org wrote:

 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

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

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


simple web app, where to start

2009-02-06 Thread Vincent Davis
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
--
http://mail.python.org/mailman/listinfo/python-list


Re: simple web app, where to start

2009-02-06 Thread Matthew Sacks
have a loo at the django framework

http://www.djangoproject.com/

On Fri, Feb 6, 2009 at 8:16 PM, Vincent Davis vinc...@vincentdavis.net 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


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


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