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

Writing Python Extension Modules freeware
Filter: All | Freeware | Demo
 

Writing Python Extension Modules

1 2 3 4 5 > 
Added: May 26, 2010 | Visits: 872

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: May 21, 2010 | Visits: 583

python-shbuf python-shbuf project is a simple Python extension for accessing libshbuf shared buffers.. Platforms: *nix

License: Freeware Size: 15.36 KB Download (98): python-shbuf Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 284

PyWin32 The PyWin32 was designed to be a python extension for Windows. Provides access to the Win32 API and has the ability to create and use COM objects, and the Pythonwin environment. Platforms: Windows

License: Freeware Size: 6.1 MB Download (45): PyWin32 Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 274

PyWin32 Build The PyWin32 was designed to be a python extension for Windows. Provides access to the Win32 API and has the ability to create and use COM objects, and the Pythonwin environment. Platforms: Windows

License: Freeware Size: 6.1 MB Download (49): PyWin32 Build Download

Released: December 07, 2012  |  Added: December 07, 2012 | Visits: 488

Python To C Module Generator Designed to aid in the conversion of Python modules to C extension modules while keeping the same interface into the module. This will make it easier to convert existing Python code into C code to give it a speed boost without changing to existing code Platforms: Windows, Mac, Linux

License: Freeware Size: 14.23 KB Download (48): Python To C Module Generator Download

Added: April 27, 2010 | Visits: 1.409

cx_Oracle cx_Oracle is a Python extension module that allows access to Oracle, and conforms to the Python database API specifications. cx_Oracle module is currently built against Oracle 8.1.7, Oracle 9.2, and Oracle 10.2. This API has been defined to encourage similarity between the Python modules that... Platforms: *nix

License: Freeware Size: 70.66 KB Download (104): cx_Oracle Download

Added: June 11, 2010 | Visits: 783

pyraknet pyraknet is a Python extension that has bindings for the reliable UDP network library RakNet. pyraknet allows you to concentrate on your game or application rather then writing a your own networking code. pyraknet is straightforward to implement and you only need a small amount of TCP/IP... Platforms: *nix

License: Freeware Size: 317.44 KB Download (98): pyraknet Download

Added: June 21, 2010 | Visits: 788

gnome-python-extras gnome-python-extras contains gnome-python development modules. If youre looking for one of the following python modules, they moved to the package gnome-python-desktop: - gnomeapplet - gnomeprint, gnomeprint.ui - gtksourceview - wnck - totem.plparser - gtop - nautilusburn -... Platforms: *nix

License: Freeware Size: 501.76 KB Download (91): gnome-python-extras Download

Added: June 07, 2010 | Visits: 750

PyICU PyICU is a python extension wrapping IBMs ICU C++ API. PyICU is supported on Linux, Mac OS X and Windows. Binaries for PyICU are available below. See the README file for information about building PyICU from sources. As of release 0.5, SWIG is no longer used. The Python wrapper objects are... Platforms: *nix

License: Freeware Size: 61.44 KB Download (98): PyICU Download

Added: July 25, 2010 | Visits: 915

ceODBC ceODBC is a Python extension module that enables access to databases using the ODBC API and conforms to the Python database API 2.0 specifications with a few exceptions. For more information on the database API specification, see here. Use the provided setup.py to build and install the module... Platforms: *nix

License: Freeware Size: 45.06 KB Download (93): ceODBC Download

Added: June 12, 2010 | Visits: 755

KInterbasDB KInterbasDB project is a Python extension package that implements Python Database API 2.0-compliant support for the open source relational database Firebird and some versions of its proprietary cousin Borland Interbase. In addition to the minimal feature set of the standard Python DB API,... Platforms: *nix

License: Freeware Size: 317.44 KB Download (89): KInterbasDB Download

Added: July 20, 2010 | Visits: 770

Psyco Psyco project is a Python extension module which can massively speed up the execution of any Python code. What you can do with it In short: run your existing Python software much faster, with no change in your source. Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit... Platforms: *nix

License: Freeware Size: 430.08 KB Download (87): Psyco Download

Added: October 11, 2010 | Visits: 641

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: May 10, 2013 | Visits: 449

Pythologic -- Prolog syntax in Python Some of Python's powerful meta-programming features are used to enable writing Python functions which include Prolog-like statements. Such functions load a Prolog-like database. When coupled with a suitable inference engine for logic databases, this is a way to add logical programming -- the last... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Pythologic -- Prolog syntax in Python Download

Added: August 24, 2013 | Visits: 493

informixdb informixdb is a Python extension module that allows Python scripts to connect to an IBM Informix Database engine. Platforms: Python

License: Freeware Size: 81.92 KB Download (45): informixdb Download

Added: July 17, 2013 | Visits: 204

pyqrcode For Linux pyqrcode is a python extension for acessing java qrcode decoder. Platforms: *nix

License: Freeware Size: 143.36 KB Download (34): pyqrcode For Linux Download

Added: November 04, 2013 | Visits: 352

v4l2capture python-v4l2capture is a slim and easy to use Python extension for capturing video with video4linux2. It supports libv4l to convert any image format to RGB. v4l2capture requires libv4l by default. You can compile v4l2capture without libv4l if you only want it to support video devices supporting... Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): v4l2capture Download

Added: July 06, 2013 | Visits: 316

KInterbasDB KInterbasDB is a Python extension package that implements Python Database API 2.0-compliant support for the open source relational database Firebird and some versions of its proprietary cousin Borland?*A* Interbase?*A*. In addition to the minimal feature set of the standard Python DB API,... Platforms: *nix

License: Freeware Size: 1.45 MB Download (35): KInterbasDB Download

Added: November 25, 2010 | Visits: 873

cx_Logging cx_Logging is a Python extension module which operates in a fashion similar to the logging module that ships with Python 2.3 and higher. cx_Logging project also has a C interface which allows applications to perform logging independently of Python. This project is being released to the public... Platforms: *nix

License: Freeware Size: 30.72 KB Download (88): cx_Logging Download

Added: March 09, 2010 | Visits: 903

IVuPy IVuPy (I-View-Py) aims to be a solid basis for large Qt based Python programs geared to data analysis and 3D visualization of huge data sets. Python is extended by IVuPy with more than 600 classes of two of the Coin3D C++ class libraries: Coin and SoQt. Data exchange between Python and the... Platforms: *nix

License: Freeware Size: 1.2 MB Download (98): IVuPy Download

1 2 3 4 5 >