Description: Wasp is a multi-platform compatible script written in Python which provides an organised way of designing and programming a web application. It's like PHP or ASP, except with the powerful Python language at your fingertips. . In client mode, templates are processed in a batch to produce HTML files. In this way developers without access to CGI, or who wish to serve static files for performance reasons, may still gain the benefits of Wasp. In server mode, templates are processed on-the-fly through CGI. Wasp provides a complete CGI application framework: cookie handling, session support, error handling, logging, e-mail notification, and post-mortem debugging.
|