[Tutor] server used in python

Alan Gauld alan.gauld at btinternet.com
Tue Mar 29 10:21:18 CEST 2011


"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/




More information about the Tutor mailing list