Re: [Tutor] server used in python

2011-03-29 Thread Japhy Bartlett
I think tornado (http://tornadoweb.org) is one of the easiest server / frameworks to learn and work with. On Tue, Mar 29, 2011 at 4:21 AM, Alan Gauld wrote: > > "ema francis" wrote > >> I am learnning python for  3 months from now. I wanted to know how and >> what >> *server* is used in python w

Re: [Tutor] server used in python

2011-03-29 Thread Alan Gauld
"ema francis" wrote I am learnning python for 3 months from now. I wanted to know how and what *server* is used in python web development?Looking for your help Python is "blessed" with very many web development frameworks. For basic CGI programming you can use the basic weeb server th

Re: [Tutor] server used in python

2011-03-28 Thread James Thornton
On Mon, Mar 28, 2011 at 3:27 AM, ema francis wrote: > I am learnning python for  3 months from now. I wanted to know how and what > server is used in python web development?Looking for your help When you're developing a Python Web application, most people use a development server that automa

Re: [Tutor] server used in python

2011-03-28 Thread Steven D'Aprano
ema francis wrote: I am learnning python for 3 months from now. I wanted to know how and what *server* is used in python web development?Looking for your help There are several. I suggest you start with CherryPy: www.cherrypy.org/ -- Steven __

[Tutor] server used in python

2011-03-28 Thread ema francis
I am learnning python for 3 months from now. I wanted to know how and what *server* is used in python web development?Looking for your help ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org