Use phpython to write python code in your php projects without using WSGI, CGI or FastCGI.
** IMPORTANT **
Project now on GitHub
visit: https://github.com/phpython/phpython
mod_npy is alternative way of running Python scripts under Apache - alternative to having mod_python installed, or running as CGI. It allows mixing Python code with HTML much like PHP. It's a mixture of Python power and PHP style page writing.