MailForm.py works with python supported websites and this CGI script allows you to create web based user friendly forms to enable the visitors on your website to contact you in matter of minutes. You can specify as many fields with forms as you want
Some time ago if you were to ask an honest Python evangelist if Python was missing anything important that Perl, had, the answer would most likely have been "yes". It wasn't that Python lacked a breadth of module and package support...
This server written in Python is a CGI application that makes putting up a post card server a breeze. One thing that is done by the Admin is to supply the images and everything is configurable of cause. /
A Python anagram finding CGI. It uses HTML templates to be integrated into any website. The user enters their name (or other words) and it produces anagrams from a built-in wordlist. Highly congfigurable.
Enterprise-class open source Web development ? step-by-step, start-to-finish! / * Build production-quality Web applications with Python and open source technology / * Includes in-depth coverage of Python's intrinsic support for CGI programming / * De
This is a python script which has the ability to build HTML tables and similar to other cgi-based HTML table builders but has more functionality and presents a simpler, cleaner user interface. TABLA is ideal for allowing non-HTML experts to maintain
If Python 2.1 can do it, you can do it too ? Packed with crystal-clear explanations, hands-on examples, and a complete language reference, this authoritative guide gives you all the tools you need for rapid application development with Python 2.1. Fr
Ideal for any working Python developer, Fredrik Lundh's Python Standard Library provides an excellent tour of some of the most important modules in today's Python 2.0 standard. Mixing sample code and plenty of expert advice, this title will be indisp
Tempest Software provides several cgi scripts for use on web servers to help improve your website. These cgi scripts have been coded using Python, and so are able to run on almost any type of webserver.
To extend Zope, you first extend Python. While extending Python is not brain surgery, it's no walk in the park either. There are two basic components to a Python extension. The first is obviously the C code. I'll cover that in a minute. The other com |