Front Matter

Abstract:

Python Hypertext Preprocessor (PyHP) is a system to include Python scripts in HTML documents. It is in many aspects similar to PHP except that it uses Python for the parsing of the script data.

Because PyHP can import any module that is Python compatible there are already a large number of modules that can be used with it. PyHP should be every bit as flexible for web presentation as Python itself, but easier to write.