 |
|
| Categories |
|
|
|
Development Tools
| This poor man?s zope (PMZ) is small script which helps you to combine HTML and Python script. This tool which can be easily integrate Python into your HTML pages is very much similar to Microsoft ASP or PHP3/4.
How does PMZ works?
All your HTML files with embedded Python statements must have the extension .pmz. all files with this suffix are handed from the web server to the pmz.py script (see installation description below). Any Python code between and is executed with the Python exec() function (or RExec.r_exec when configured for restricted execution).
Error handling:
In the case of an error during the execution of Python code inside a .pmz file the script will display the error including its Python traceback.
Configuration:
All configuration settings are stored in the dictionary _settings at the beginning of the pmz.py script. The keys represent the locations where .pmz are allowed to reside. These paths components are treated as regular expression and are matched against the path of the .pmz file. For every directory or path component we have a set of variable that are stored in a list. At the moment we support the following variables Price:Free Rate: 0.0(out of 5) Vote:0 Members Review:None |
| | | | cgi_buffer is a group of libraries that may be used to improve performance of CGI scripts (and other content generation engines) in some circumstances, by applying performance-enhancing HTTP mechanisms that are typically not supported by them. Currently, Perl, Python and PHP are supported. The Python library may also be used as a wrapper around another CGI script. Price:Free Rate: 0.0(out of 5) Vote:0 Members Review:None |
| | | | This tool contains a set of software components to develop web-based applications which are multi-threaded using the familiar design patterns such as servlets and server pages. It includes the following components: WebKit that provides Python classes for generating dynamic content from a web-based, server-side application; Python Server Page (or PSP), an HTML document with interspersed Python instructions that are interpreted to generate dynamic content.
The suite uses well known design patterns and includes popular features such as:
?A fast, easy-to-use application server
?Servlets
?Python Server Pages (PSP)
?Object-relational mapper
?Task scheduler
?User manager with authentication
?CGI wrapper
Key goals of the project include:
?Python-oriented.
?Object-oriented.
?An expansive suite of components and features to cover common needs of web developers.
?Modular architecture where components can be used together or independently.
?Excellent documentation and numerous examples.
?Open source development and community.
Price:Free Rate: 0.0(out of 5) Vote:0 Members Review:None |
| | | | Pages : 1 |
|
|
|