Software Index
Related Topics
Popular Trends
Trending Topics
 

Ansi For Python

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Python for Linux
Python is an interpreted, interactive, object-oriented programming language. Python is often compared to Perl, Tcl, Scheme or Java.

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There ...
October 15th 2011 Freeware    11,254k
M2Crypto Installer for Python 2.3
M2Crypto is an open source Python cryptography and SSL toolkit. This product is an installer for M2Crypto which installs the M2Crypto source and DLLs into your Python installation.Python is an increasingly popular object-oriented programming language that combines remarkable power with ...
April 20th 2004 Commercial     
DISLIN for Python 2.5
DISLIN is a high-level and easy to use plotting library for displaying data as curves, bar graphs, pie charts, 3D-colour plots, surfaces, contours and maps. Several output formats are supported such as X11, VGA, PostScript, PDF, CGM, SVG, PNG and ...
March 15th 2011 Shareware    7,168k
Adapt for Linux
Adapt is a framework for Python command-line tools. It converts existing scripts into command line tools, and optionally converts command line tools into RESTFUL web services. Plans to eventually support PyQT application creation as well.. .
April 10th 2011 Freeware    51k
CodePy
CodePy is a C/C++ meta programming toolkit for Python. It handles two aspects of native-code metaprogramming:

* Generating C/C++ source code.
* Compiling this source code and dynamically loading it into the Python interpreter.

Both capabilities are meant to be used together, but ...
May 25th 2011 Freeware    20k
PyWebLib
PyWebLib is a web programming framework for Python.

Content:

The module package pyweblib consists of several submodules:

pyweblib.forms
class library for handling < FORM > input
pyweblib.session
server-side web session handling
pyweblib.helper
misc. stuff useful in CGI-BINs
pyweblib.sslenv
retrieves SSL-related env vars
pyweblib.httphelper
very basic HTTP functions/classes

Installation:

Install ...
February 12th 2011 Freeware    31k
python-jabberbot
python-jabberbot application is a Jabber bot framework for Python that makes it easy to write simple Jabber bots. One can use these Jabber bots to provide information about running systems, to make Web sites interact with Jabber-enabled visitors, or notify ...
June 26th 2011 Freeware    10k
SQLAlchemy
SQLAlchemy is a SQL toolkit and object relational mapper for Python.

The Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, ...
February 10th 2011 Freeware    1,331k
Twython
Twython is a new and easy way to access Twitter data with Python.

I wrote Twython because I found that other Python Twitter libraries weren't that up to date. Certain things like the Search API, OAuth, etc, don't seem to be ...
January 16th 2011 Freeware    10k
ToscaWidgets
ToscaWidgets is a web widget toolkit for Python to aid in the creation, packaging and distribution of common view elements normally used in the web.

These widgets are portable among any Python web-application framework or application that supports the WSGI standard.. ...
November 18th 2011 Freeware    51k
Sydebar
Sydebar is a browser sidebar generator for Python documentation.

Sydebar is a browser sidebar generator for Python documentation pages. It can generate Python documentation sidebars for all Python versions, with the documentation pages either local or on a remote web server.

Sydebar ...
September 9th 2011 Freeware    31k
K-Blueproximity
K-Blueproximity is a KDE frontend to the original Blueproximity application with a gtk frontend by Lars Friedrichs.

Blueproximity is a security application. It can lock your computer if you leave your room, and can unlock it if you come back. Alternatively, ...
July 17th 2011 Freeware    553k
FuzzPy
FuzzPy is a Python library for fuzzy sets, fuzzy graphs, and general fuzzy mathematics for Python.. . Google's official developer site. Featuring APIs, developer tools and technical resources.
March 9th 2011 Freeware    31k
uWSGI
uWSGI is a a fast (pure C), developer-friendly, self-healing WSGI server, aimed for professional python webapps deployment and development.

Here are some key features of "uWSGI":

· written totally in C
· very fast communication protocol for webservers integration (apache2 module included)
· low ...
October 20th 2011 Freeware    51k
dexml
dexml is a dead-simple Object-XML mapper for Python.

Let's face it: xml is a fact of modern life. I'd even go so far as to say that it's good at what is does. But that doesn't mean it's easy to work ...
August 16th 2011 Freeware    10k
argvalidate for Mac
argvalidate is an open source and free argument ype validator library for Python developers.. .
June 2nd 2011 Freeware    31k
pyf for Mac
PyF is a free and open source, cross-platform interactive fiction development library for Python. PyF aims to make writing interactive fiction easy and efficient without a need to learn a specialized IF language.

PyF uses XML to model the game world ...
June 5th 2011 Freeware    338k
Komodo Edit (Mac OS X/PowerPC)
Komodo Edit is a free, open source, multi-platform, multi-language editor for dynamic languages and Ajax technology, including Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including javascript, CSS, HTML and XML. Background syntax checking and syntax coloring ...
February 3rd 2011 Freeware    41,677k
Komodo Edit (Mac OS X/Intel)
Komodo Edit is a free, open source, multi-platform, multi-language editor for dynamic languages and Ajax technology, including Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including javascript, CSS, HTML and XML. Background syntax checking and syntax coloring ...
January 24th 2011 Freeware    41,267k
Are You Human?
Are You Human? is a script that uses a graphical test to insure that a human is being dealt with rather than a script.

This is useful to avoid automated Web signups or automated attempts to crack passwords.

There are many equivalent ...
May 8th 2011 Freeware    10k
Related Scripts
XML tools for Python
The first two installments of Charming Python by David Mertz provided an overview of working with XML in Python. In the year since those initial writings, however, the state of XML tools for Python has advanced significantly. Unfortunately, most of ...
November 29th 2005 Freeware     
Webware for Python
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 ...
December 16th 2005 Freeware     
Active Python
ActivePython is ActiveState's quality-assured binary build of Python, available for Linux, Solaris and Windows. As part of ActiveState's support for Python, we provide the ActivePython binary packages free to the community. In addition to the core binary code, ActivePython currently ...
March 18th 2006 Freeware    1k
ActiveState - Python Resources
ActiveState offers open source for Python and other programming languages.
December 10th 2005 Freeware     
Charming Python: Parsing with the SimpleParse module
All programmers need to identify parts and structures that exist inside textual documents: log files, configuration files, delimited data, and more free-form (but still semi-structured) report formats. There are many parsing tools that have been written for Python. This article ...
December 20th 2005 Freeware     
O'Reilly Network: Python DevCenter
O'Reilly Network's source for Python developer news and information.
November 25th 2005 Freeware     
O'Reilly Python Center
O'Reilly is a leader in technical and / computer book documentation for Python programming. The center features / Python books, articles, resources, and news.
November 23rd 2005 Freeware     
Python Web services developer: Python SOAP libraries, Part 5
This utility is used for Python projects by programmers. It has different and advanced components of the python webservices. Python library is given for controlling different categories in python program. This version is included with WSDL support. It is simple ...
December 14th 2005 Freeware     
Aether
Aether is designed for Python based websites where it can be used for an efficient blog maintanance. Entire site can be maintained through web based interface. Pages can be created on the fly with customizable options. Unicode format can be ...
December 14th 2005 Freeware     
htmltmpl: templating engine
A templating engine for Python and PHP. Targeted to web application developers, who want to separate program code and design of their projects. It includes a large set of templating language that supports basic programming operations.
December 21st 2005 Freeware     
Related Code
CDBF for Windows 2.99.02
CDBF for Windows is a feature-rich console application designed for viewing and editing the DBF database files. CDBF for Windows features support for all kinds of memo fields (dBaseIII, dBaseIV, FoxPro and Visual FoxPro) and the ability to export data ...
February 4th 2006     116k
FingerCell Library EDK (Demo for WinCE) 1.2
FingerCell 1.2 Library EDK is intended for large biometric system projects using hardware, based on ARM processors.
FingerCell 1.2 Library EDK contains the following components:
+ PC Components: FingerCell libraries for Windows and Linux; drivers for image input from Tacoma CMOS, Startek ...
July 16th 2006     378k
Windows Std Serial Comm Lib for Xbase++ 4.2
MarshallSoft serial communication component Xbase++ library (DLL) for serial port (RS-232. RS-422, RS-485) communications.
Features of the Windows Serial Communications Library (WSC4XB) include: Uses the standard Windows API to communicate with any device connected to a serial port. Includes 34 ...
November 6th 2006     327k
Windows Std Serial Comm Lib for FoxPro 4.2
MarshallSoft serial communication component Visual FoxPro library (DLL) for serial port (RS-232. RS-422, RS-485) communications.
Features of the Windows Serial Communications Library (WSC4FP) include: Uses the standard Windows API to communicate with any device connected to a serial port (scale, ...
November 30th 2006     331k
Python megawidgets
Pmw is a toolkit for building high-level compound widgets in Python using the Tkinter module. It consists of a set of base classes and a library of flexible and extensible megawidgets built on this foundation. These megawidgets include notebooks,
comboboxes, selection ...
July 30th 2008     390k
New Software
Popular Software