This article discusses Spyce, a new method for introducing server-side Python scripting into Web applications. Spyce takes an approach similar to that of PHP. It lets you intermingle Python scripts, statements, and variables with HTML to produce dynamically generated Web pages. The same thing can be done using Python Server Pages (PSP) and Webware, but that would force you to run a separate Python-based application server alongside Apache.
This article discusses Spyce, a new method for introducing server-side Python scripting into Web applications.