[Tutor] python web development

Alan Gauld alan.gauld at btinternet.com
Mon Dec 23 10:51:13 CET 2013


On 23/12/13 08:46, Ismar Sehic wrote:
> hello everyone, i just got myself a nice vps box,

I'm not sure what a vps box is but...

> with it for a while, set it up for web development with python.i just
> need few guidelines, what should i take care of, what packages

There are many frameworks for web development in Python.
Some popular ones are Django, Pylons, Cherrypy.
But there are many others. Mostly they offer similar
features but with varying degrees of sophistication.

Thee is a good introduction to Python web development here:

http://docs.python.org/2/howto/webservers.html

There is a web page that discusses several of the Frameworks
here:

https://wiki.python.org/moin/WebFrameworks

You will need to decide which framework you want to use
then download the packages it requires.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos



More information about the Tutor mailing list