RSS 496 projects tagged "Python Modules"

Download Website Updated 24 Jan 2002 arrayfrombuffer

Screenshot
Pop 12.41
Vit 1.00

arrayfrombuffer allows a programmer to use Numerical Python arrays whose contents are stored in buffer objects, including memory-mapped files. Loading an array from a file is easy, requiring only a module import and a single function call. Loading the array is quick because it doesn't require any copying from one part of memory to another. Arrays created with arrayfrombuffer are also highly memory-efficient, since only the array data that you are currently using gets loaded into memory. When an array is modified, only the modified parts get written back out to disk. These arrays can also be bigger than physical memory.

Download Website Updated 07 Dec 2001 threeDS

Screenshot
Pop 35.44
Vit 1.85

threeDS is a Python module for loading and displaying 3D models in the 3DStudio Max 3DS format. It comes with view3DS, a simple 3DS model viewer written in Python.

Download No website Updated 25 Jun 2001 PyStem

Screenshot
Pop 32.92
Vit 1.00

PyStem is a fast Python module with the the Porter stemming algorithm (a process for removing the commoner morphological and inflexional endings from words in English; its main use is as part of a term normalisation process that is usually done when setting up Information Retrieval systems).

Download Website Updated 11 Mar 2001 python-cschtml

Screenshot
Pop 13.86
Vit 1.78

python-cschtml is a Python binding for the CscHTML widget. CscHTML is a quite good HTML display widget built with GTK+. python-cschtml is intended to integrate well with pygtk, so that all usual GTK features can be used (signals, access to gtk parent classes, etc.).

Download Website Updated 30 Jan 2001 VeePee

Screenshot
Pop 26.98
Vit 2.02

VeePee is aimed at KDE and GNOME application developers and allows you to easily embed Python as a GUI-enabled scripting language in your application. Users benefit from a common scripting language allowing them to develop scripting skills that are re-usable with all their applications. The same VeePee script uses KDE widgets when run from a KDE application, and GNOME widgets when run from a GNOME application.

Download Website Updated 30 Jan 2001 PyNcurses

Screenshot
Pop 35.14
Vit 1.74

PyNcurses is an ncurses binding for Python that also includes bindings for libpanel, libmenu, and libform. It includes both low-level SWIG-generated interfaces to each library and a high level interface for each library writtten in Python.

No download Website Updated 30 Jan 2001 PySablot

Screenshot
Pop 22.85
Vit 1.00

PySablot is a set of Python bindings for the XSLT engine Sablotron. PySablot provides a very easy-to-use API for transforming XML documents using XSLT.

Download Website Updated 30 Jan 2001 Python xml_objectify module

Screenshot
Pop 31.56
Vit 1.00

The xml_objectify module transforms arbitrary XML documents into "native" Python objects. Its goal is to produce Python objects that feel more "natural" to Python programmers than DOM objects, and that are easier to work with.

Download Website Updated 30 Jan 2001 Python xml_pickle module

Screenshot
Pop 29.80
Vit 1.00

xml_pickle performs serialization to an XML format with several properties not possessed by the standard pickle module, namely, the format is human-readable, the format supports validation of stored serialized objects, and the format may be parsed, manipulated, and objects imported, by languages other than Python,

Download Website Updated 30 Jan 2001 PyX10

Screenshot
Pop 26.94
Vit 1.41

PyX10 provides a set of modules for controlling X10 home automation devices from within Python applications.

Screenshot

Project Spotlight

Hnefatafl

A Norse board game.

Screenshot

Project Spotlight

PIT

Mutation testing for Java.