| »karrigell |
Karrigell is a simple but full-featured web framework, written in Python
With Karrigell you have :
* a powerful built-in web server, so there's no need to Download, install and configure a separate one
* a relational database, supporting a large subset of the SQL syntax : gadfly
Karrigell can also work with external web servers (Apache, Xitami) and all the databases for which a Python API exists (sqlite, mySql, PostGreSQL, ZODB, etc). |
|
| |
| »PMZ |
| PMZ is a small Python script that allows you to combine HTML and Python code. It is very similar to Microsoft Active Server Pages or PHP3 or PHP4. So you can easily integrate Python into your HTML pages If you don't need an application server like ZOPE than PMZ should be your choice. In general this is a technology preview. For performance issues it might be necessary to rewrite the code into an Apache web server module for best performance. This piece of software is not thought to be used on a high performance web server with much traffic. However it might be useful in some situations when you need some Python functionalities in your environment. |
|
| |
| »Webware for Python |
| Webware for Python is a suite of software components for developing object-oriented, web-based applications. The suite uses well known design patterns and includes popular features such as a fast application server, Python Server Pages (PSP), and a CGI wrapper. |
|
| |
| »Wasp |
| Wasp is an platform-independent open-source HTML preprocessor written in Python which provides an organised way of designing and programming a web application. Template files containing powerful Wasp tags may be easily customized through plug-in Python modules. |
|
| |
|