Major upgrade including bug fixes and functionality improvements. All current users are encouraged to upgrade.
This is the initial relase of the Python ServerPages software. It is designed to be incredibly simple, lightweight, and painless to implement (it currently consists of 1 4k script that wraps your PSP page and executes it, and require no special modules or extensions!). In this initial release, you can embed Python scripting inside your HTML pages within brackets similar to the Embeded PERL convention ([-code-] and [+code+]). What makes Python ServerPages unique is that your pages are executed within the calling script's namespace, which means you have access to variables like Request, Form, Page, and eventually Session, and any others you would like to have. This adoption of the ASP standard will simply your programming by reducing the amount of code you have to embed within your HTML pages.