"ema francis" <[email protected]> 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  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to