Alok Singh Mahor <alokma...@gmail.com> writes:

> Hello everyone,
> few months back I started learning python and now I got nice familiarity.
> now i want to use python for creating dynamic database driven websites. and
> I dont want to use existing web frameworks for my work. I am learning
> things so I wont feel lazy to  write all the code myself because I want to
> learn.

You likely want to use some (existing) web server (and not develop
this as well)? In this case, you could look at WSGI ("Web Server Gateway
Interface"). It is a specification intended to interface between
a web server and a web application - with the motivation to
facilitate factoring out common tasks (session handling,
authentication, authorization, output transformations, ...).

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to