The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: Python :: Scripts and Programs :: Development Tools
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 12    Displaying: 1 - 12 Pages:  1   

   DITrack   Hits: 707 

 
DITrack is a free, open source, lightweight, distributed issue (bug, defect, ticket) tracking system using a Subversion repository instead of a backend database. It is written in Python and runs in UNIX environment (*BSD, Linux, MacOS X). DITrack is a major rethought of the issue tracking system paradigm. The main difference is that instead of sticking to the centralized model (one database, one web interface, one mail integration machinery), DITrack treats underlying Subversion storage as a versioned distributed file system which enables benefits of truly distributed operation mode.


Free   Version: 0.7   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Nov  8 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Wasp   Hits: 1726 

 
Wasp is an platform-independent HTML preprocessor. It's like PHP or ASP, except with the powerful Python language at your fingertips. You can add Python code to your pages, expand boiler-plate text, etc. Wasp may be run in three ways. In client mode, your files are processed in a batch to produce HTML -- no server required. In CGI mode, you get a complete web application framework with cookie and session support, activity logging, error handling (with e-mail notification), a remote debugging utility and more. In server mode Wasp runs its own threaded web server with all the CGI features embedded. In all these cases you get the simplicity of the standard URL = file paradigm. You don't need to write page classes and the like unless you wish to. Your own Python routines can be easily installed as plugins. There are no dependencies on outside libraries. Wasp is designed to be fast, robust and extensible.


Free   Version: 2.00   Platform(s): linux, windows, osx   Updated: Wed Jul 18 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Repository Sorter   Hits: 1100 

 
Search files in a repository for ident strings and order the files by the date of their last change.


Free   Version: 12-May-2006   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Jun  3 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   NLP Part-of-Speech Tagger   Hits: 1765 

 
Based upon Eric Brill's work. This is a port of Mark Watson's C# Part-of-Speech tagger. It's a simple and straightforward tool to tokenize and tag sentences and find the corresponding parts-of-speech. There are other Python taggers like Monty Tagger and NTLK, but this one is simple, sleek and easy-to-implement


Free   Version: 1.0   Platform(s): linux, windows, osx   Updated: Wed Feb  1 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   C to C++ Converter   Hits: 2106 

 
Scripts to convert automatically in six steps, your C project to C++. GNU GPL licence. Manual included.


Free   Version: 1.4   Platform(s): linux, windows   Updated: Mon Dec  5 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   FarPy GUIE   Hits: 1906 

 
GUIE (GUI Editor) provides a simple WYSIWYG GUI editor for wxPython. The program was made in C# and saves the GUI that was created to a XML format I called GUIML. This GUIML is a pretty standrad representation of the GUI created with the program. Next, GUIE takes these GUIML files and translates it to wxPython Python code. You may ask yourself why I took the extra step? Why didn't I go straight from C# controls to wxPython code? Why is GUIML neccessary? Well, it isn't. It is there simply for people (or maybe I) to take the GUIML and convert it to other languages. This, by affect can convert this tool from a Python GUI editor, to "any programming language with a GUI module" GUI editor. The GUI Editor was built to be as point & click as possible, trying to avoid wxPython's sizers completly. This means that controls can go anywhere, and you have the freedom to play with the GUI however you want. However, this also means that until some more advanced aligning features are added, this method might be a little awkward at first.


Free   Version: 0.0.1   Platform(s): windows   Updated: Thu Sep  8 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   IP2Location Geolocation Web Service using Python SOAP   Hits: 1253 

 
IP2Location Geolocation XML Web Service allows instant lookup of Internet visitors geographical locations by IP address. The web service returns country, state, city, latitude, longitude, zip code, ISP and domain name information. Developers can integrate the web service using SOAP protocol and no database installation or update required. Free sample codes available in several programming languages such as ASP, ASP.NET, VB.NET, C#, PHP, Perl, Python, ColdFusion and VBA. Please visit http://www.fraudlabs.com/ ip2location.aspx for more information.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Aug 30 2005

Listing Details
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Karrigell   Hits: 3454 

 
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. 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.


Free   Version: 2.1.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Jan 28 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Spyce   Hits: 3142 

 
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.


Version: 1.1.45   Platform(s): Linux, Windows   Updated: Wed Oct 23 2002

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Webware for Python   Hits: 6670 

 
Webware for Python is a suite of software components for developing web-based applications that are multi-threaded, object-oriented and cached. The suite uses well known design patterns such as servlets and server pages (as found in ASP, PHP and JSP). 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, similar to PHP, ASP and JSP; CGI Wrapper, a CGI script used to execute other Python CGI scripts; WebUtils, a basic set of functions for common web related programming tasks such encoding/decoding HTML, etc.


Version: 0.5   Platform(s): n/a   Updated: Thu Mar  1 2001

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Poor Man's Zope   Hits: 1683 

 
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/4. 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.


Version: n/a   Platform(s): n/a   Updated: Fri Aug  4 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Zope   Hits: 4773 

 
Zope is an Open Source application server and portal toolkit used for building high-performance, dynamic Web sites. Zope consists of a number components which work together to provide a complete yet flexible application server package. Zope includes an internet server, a transactional object database, a search engine, a web page templating system, a through the web development and management tool, and comprehensive extension support. Zope's open support for web standards such as XML-RPC, DOM, and WebDAV allows you unparalleled flexibility and interoperability.


Version: 2.2.0   Platform(s): n/a   Updated: Sat Jul 15 2000

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 12    Displaying: 1 - 12 Pages:  1   

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog