apache+ python ?

Alex Martelli aleax at aleax.it
Thu Oct 10 06:37:44 EDT 2002


eugene kim wrote:

> hi..
> 
> i'd like to use python on my website..
> i read there are several ways of doing it? (cgi/mod_python)
> 
> can u give me some advice which way i have to go?

Use WebWare, specifically the WebKit part of it.  Once you
code to the WebKit APIs, you can later decide to make your
Python programs cooperate with your server in any of many
different ways (cgi, mod_python, mod_webkit, etc).


Alex




More information about the Python-list mailing list