I have been using PHP for years. Lately I\'ve come across numerous forum posts stating that PHP is outdated, that modern programming languages are easier, more
There is a page in the Python documentation that describes the advantages and disadvantages of the various possibilities.
mod_python
(…) These are the reasons why mod_python should be avoided when writing new programs.
WSGI
The Web Server Gateway Interface or WSGI for short is currently the best possible way to Python web programming. While it is great for programmers writing frameworks, the normal person does not need to get in direct contact with it.
FastCGI and stuff
These days, FastCGI is never used directly.