i've been looking in to building a website with python,
and found a dozen different frameworks all very confusing.
reading some posts here, i can see that the simplest way
to build simple websites is with mod_python, or cgi (is this called fastcgi?).
however, i woudl like learn some basics of how such a website is actually built,
preferably with some source examples .... what files do i actually put where, and
how do i inteface with the web page. where do i learn this, or could someone please post some help?
some more specific questions that would greatly help me undestand are :
a) how do i set up a system, whereby someone surfs my domain, and get a python-generated
web page?
b) how do i get a python script to process a page instead of a php/asp page
i sort of undestood some of this stuff from a different post,
but still, help would be greatly appreciated.
thanks.
and found a dozen different frameworks all very confusing.
reading some posts here, i can see that the simplest way
to build simple websites is with mod_python, or cgi (is this called fastcgi?).
however, i woudl like learn some basics of how such a website is actually built,
preferably with some source examples .... what files do i actually put where, and
how do i inteface with the web page. where do i learn this, or could someone please post some help?
some more specific questions that would greatly help me undestand are :
a) how do i set up a system, whereby someone surfs my domain, and get a python-generated
web page?
b) how do i get a python script to process a page instead of a php/asp page
i sort of undestood some of this stuff from a different post,
but still, help would be greatly appreciated.
thanks.
