|
Web Links
1. |
Karrigell
Karrigell is a simple web programming solution, including a web server and a relational database (gadfly). It was designed for web sites with moderate traffic, such as personal sites running on a home computer. It allows execution of Python scripts and of pages mixing Python and HTML (PHP-like). Easy handling of authentication and sessions, internationalization features. A file content or the output of a script can be included in another script.
26-Jul-2005 Hits: 364 Rating: 3.67 Votes: 3
[Details]
[Rate]
[Send URL]
[Broken link?]
[Customization]
[Request script installation]
|
2. |
Spyce
SPYCE is a webserver plugin that supports simple and efficient Python-based dynamic HTML scripting. Those who like Python and are familiar with JSP, or PHP, or ASP, should have a look at this engine. It allows one to generate dynamic HTML content just as easily, using Python for the dynamic parts. Its modular design makes it very flexible and extensible.
12-May-2005 Hits: 372 Rating: 5.00 Votes: 2
[Details]
[Rate]
[Send URL]
[Broken link?]
[Customization]
[Request script installation]
|
3. |
Wasp
Wasp is an platform-independent HTML preprocessor. It's like PHP or ASP, except with the powerful Python language at your fingertips. Special Wasp tags enhance your HTML to allow macro expansion, file inclusion, code execution, etc. Wasp may be run in two ways. In client mode, your files are processed in a batch to produce HTML. You do not need a server or access to CGI. Powerful tags will automatically create navigation bars and index pages. In server mode, your files are processed on-the-fly through a complete CGI application framework. You get one-line cookie handling, session support, activity logging, easy form creation, file upload handling, error handling (with e-mail notification), and a remote debugging utility.
05-Feb-2005 Hits: 294 Rating: 4.00 Votes: 2
[Details]
[Rate]
[Send URL]
[Broken link?]
[Customization]
[Request script installation]
|
5. |
The Python xstruct module
The xstruct module is an extension of the standard Python struct module that provides a more convenient way of creating and manipulating packed binary data structures. Besides offering the pack, unpack and calcsize functions inherited from the struct module, the xstruct module offers a new structdef function that you can use to define packed binary data structures.
26-May-2006 Hits: 281 Rating: 0.00 Votes: 0
[Details]
[Rate]
[Send URL]
[Broken link?]
[Customization]
[Request script installation]
|
6. |
Programming in Python
This section is dedicated to both users who want to use Python as a powerful scripting language and programmers who want to write applications in the Python language. The Python binding for GIPSY allows a programmer to write both simple scripts and complicated GIPSY programs just as easy as writing a COLA script. (COLA, the COntrol LAnguage for GIPSY, has been used as a rapid development environment to write utilities and small test programs for starting a sequence of GIPSY applications.)
29-May-2006 Hits: 260 Rating: 3.00 Votes: 1
[Details]
[Rate]
[Send URL]
[Broken link?]
[Customization]
[Request script installation]
|
7. |
Documenting the code
A special documentation block is a C or C++ style comment block with some additional markings, so doxygen knows it is a piece of documentation that needs to end up in the generated documentation. For Python code there is a different comment convention, which can be found in section Special documentation blocks in Python
29-May-2006 Hits: 265 Rating: 4.00 Votes: 1
[Details]
[Rate]
[Send URL]
[Broken link?]
[Customization]
[Request script installation]
|
9. |
SVS Installation
This page provides information on installing SVS. Installation has been tested on GNU/Linux (running Ubuntu Debian) and OS X (running OS 10.3, Panther). The main installation of SVS on both systems is similar but OS X requires some additional software and libraries. We have not yet been able to test installation on Windows systems.
30-May-2006 Hits: 279 Rating: 0.00 Votes: 0
[Details]
[Rate]
[Send URL]
[Broken link?]
[Customization]
[Request script installation]
|
|