Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.028 Times

Python Modules freeware
Filter: All | Freeware | Demo
 

Python Modules

< 1 2 3 4 5 > 
Added: June 27, 2010 | Visits: 1.231

Makepack Makepack project is a Makefile which together with a settings file and some simple rule files are able to download, compile and install software for your Slackware installation. As the installation is done using checkinstall a Slackware package is also created at the same time. The big... Platforms: *nix

License: Freeware Size: 35.84 KB Download (102): Makepack Download

Added: July 11, 2010 | Visits: 817

Shizzle Shizzle project is an X-session based daemon that runs in the background and monitors D-Bus activity. When a D-Bus capable application is started, Shizzle will activate the loaded plugins (which are Python modules or applications) which matche the application started. The plugins are designed... Platforms: *nix

License: Freeware Download (93): Shizzle Download

Added: March 21, 2010 | Visits: 660

ibo 3 ibo project is a tool for developing Web-based interfaces to relational databases. ibo1 is a translator from an ad hoc language to C, ibo2 is an application server for projects written in the same language as ibo1, and ibo3 is a small set of Python modules. Ibo is an idea of Vincenzo Illiano.... Platforms: *nix

License: Freeware Size: 65.54 KB Download (88): ibo 3 Download

Added: July 20, 2010 | Visits: 1.007

Boss Ogg Boss Ogg is a server based music (ogg/mp3/flac) player. Written in Python/C, uses sqlite for a database backend, and xml-rpc for client/server communication. Clients are released for php, sdl and curses(geezer). Compilation and installion are very typical for unix applications. ./configure to... Platforms: *nix

License: Freeware Size: 337.92 KB Download (90): Boss Ogg Download

Added: October 20, 2013 | Visits: 296

shadowloss You have no shadow, your limbs are all sticks, and your movements look funny. You have been transformed into a stickfigure. You have the ability to run very fast --- extremely fast. You run so fast that you are in a constant risk of hurting yourself. If you don't slow down, you're going to run... Platforms: *nix

License: Freeware Size: 8.75 MB Download (34): shadowloss Download

Added: May 10, 2013 | Visits: 583

Allowing the Python profiler to profile C modules This script lets you take into account time spent in C modules when profiling your Python code. Normally the profiler only profiles Python code, so finding out how much time is spent accessing a database, running encryption code, sleeping and so on is difficult. Profilewrap makes it easy to... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 522

Automated swigging for creating C shared modules This script contains a simple python function to automate using the swig process for creating C modules for use inside Python. Platforms: *nix, Python, BSD


Added: May 10, 2013 | Visits: 426

Constants in Python In Python, any variable can be re-bound at will -- and modules don't let you define special methods such as an instance's __setattr__ to stop attribute re-binding. This script allows you to manage constants in Python. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Constants in Python Download

Added: June 12, 2013 | Visits: 384

Grizzled Python The Grizzled Python Utility Library is a general-purpose Python library with a variety of different modules and packages. It???*a*?s roughly organized into subpackages that group different kinds of utility functions and classes. For a sampling of what???*a*?s available, see the API documentation. Platforms: Mac

License: Freeware Size: 71.68 KB Download (44): Grizzled Python Download

Added: September 02, 2013 | Visits: 436

Python-LDAP for Linux python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.). Platforms: *nix

License: Freeware Size: 133.12 KB Download (40): Python-LDAP for Linux Download

Added: April 02, 2010 | Visits: 1.143

Python rope rope is a Python IDE. Python ropes main goal is to provide features like auto-completion, refactorings, content assistance, and outlines. Refactoring: In recent years refactoring has become a basic task of everyday programing, specially in java community. In the agile programing methodologies,... Platforms: *nix

License: Freeware Download (93): Python rope Download

Added: June 09, 2010 | Visits: 1.128

Python MyCMS Python MyCMS program is an application development platform built with robust MySQL integration that allows for the easy creation of state and event driven Web-based interfaces. Domain- group-user management is built in for direct, authenticated applicability. To start the authentication... Platforms: *nix

License: Freeware Size: 368.64 KB Download (91): Python MyCMS Download

Added: May 26, 2010 | Visits: 871

Pyrex Pyrex is a Language for Writing Python Extension Modules. Pyrex is a language specially designed for writing Python extension modules. Its designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C. You may be wondering why anyone... Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): Pyrex Download

Added: March 08, 2010 | Visits: 629

gnome-python gnome-python package contains python bindings for GNOME. Installation: The simplest way to compile this package is: 1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V,... Platforms: *nix

License: Freeware Size: 563.2 KB Download (94): gnome-python Download

Added: November 23, 2010 | Visits: 1.060

Python Hypertext Preprocessor PyHP is a system to embed Python code in an HTML document in a way similar to how PHP works. PyHP allows use of the Python programming language in scripts similar to PHP. PyHP uses the Python 2.0 language to parse elements embedded in an HTML page. When I started this, I was enamoured with PHP.... Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Python Hypertext Preprocessor Download

Added: October 11, 2010 | Visits: 640

Pythonutils Pythonutils project is helpful collection of utility modules for common Python programming tasks. The Voidspace Pythonutils package is a simple way of installing the Voidspace collection of modules. Several of the Voidspace Projects depend on these modules. They are also useful in their own... Platforms: *nix

License: Freeware Size: 348.16 KB Download (91): Pythonutils Download

Added: September 05, 2010 | Visits: 1.321

Remote Python Call RPyC stands for Remote Python Call, a pun over remote procedure call. It is completely transparent and symmetrical. It is inspired by the work of eyal lotem (pybuild.sf.net) on pyinvoke, and was made for two purposes: Learning the lowlevel of the python language attempting to improve pyinvoke... Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): Remote Python Call Download

Added: May 15, 2010 | Visits: 1.186

Python Music Daemon PyMusicD is yet another jukebox daemon written in python. It was born out of my frustration with the current mp3 jukeboxes, mostly the lack of features that I want. Ive also been playing with python quite a lot lately, and this is my first attempt at a large project in python. The player is... Platforms: *nix

License: Freeware Size: 13.31 KB Download (106): Python Music Daemon Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 275

Python Browser Python Browser is a graphical tool for browsing Python documentation and modules. Platforms: Windows, Mac, Linux

License: Freeware Size: 19.67 KB Download (48): Python Browser Download

Added: May 10, 2013 | Visits: 408

Colorize Python source This script converts Python source code to HTML markup, rendering comments, keywords, operators,numeric and string literals in different colors. It shows how to use the built-in keyword, token and tokenize modules to scan Python source code and re-emit it with no changes to its original... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (49): Colorize Python source Download

< 1 2 3 4 5 >