mod_npy
https://sourceforge.net/projects/mod-npy
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.
HTMLの中にちょっとコードを数行書いておく、というのはPHPの得意技と言ってよいと思いますが、Pythonでも同じようなことをできるようにしよう、というプロジェクトです。
どのサーバにも mod_npy が標準で入るような日が来たら、コードを何で書くかは単なる好みの問題になるかもしれません。いずれにしても、Pythonへの間口を広げるプロジェクトと言えそうです。