[Tutor] server used in python
Japhy Bartlett
japhy at pearachute.com
Tue Mar 29 15:44:46 CEST 2011
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 <alan.gauld at btinternet.com> wrote:
>
> "ema francis" <emafrs at gmail.com> 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
> that comes with Python. For deployment Apache or any other
> deployment scale server will do.
>
> If you are using the more complex frameworks they will have their own
> development/deployment recomendations, so it all depends on what
> framework you want to use. Everything from CherryPy to Zope or Plone...
> Your choice really.
>
> There is a good set of documents in the Python webn site that
> discuss the various web frameworks and options.
>
> HTH,
>
> --
> Alan Gauld
> Author of the Learn to Program web site
> http://www.alan-g.me.uk/
>
>
> _______________________________________________
> Tutor maillist - Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
More information about the Tutor
mailing list