using "request" variable in python web program

Paul Boddie paul at boddie.org.uk
Sun Oct 21 16:07:27 EDT 2007


On 21 Okt, 21:59, sami <sami.... at gmail.com> wrote:
>
> Thanks a ton Paul for the information. I am using CGI and my host
> (nearlyfreespeech.net) does not have django hosting - and being mainly
> a C/dekstop apps programmer I really don't want to learn the whole MVC
> concept and its implementation (and quirks) in django - I want to use
> abstractions only when I feel the need for them

See the library reference for information on how to get the value of
form/request parameters from the CGI environment:

http://docs.python.org/lib/node561.html

Paul




More information about the Python-list mailing list