PythonServerTemplate.java | Class | The PythonServerTemplate looks for each
<server language="python"> (or
<python> )
tag in an HTML page and treats the following data up to the next
</server> (or </python> )
tag as a python script to evaluate.
The reason that python scripts are included in an HTML page is usually
to generate dynamic, server-side content. |