RSS 500 projects tagged "Python Modules"

Download Website Updated 07 Oct 2011 Python Imaging Library

Screenshot
Pop 188.87
Vit 6.21

The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.

Download Website Updated 07 Oct 2011 ffnet

Screenshot
Pop 54.22
Vit 4.45

ffnet is a fast and easy-to-use feed-forward neural network training solution for Python. You can use it to train, test, save, load, and use an artificial neural network with sigmoid activation functions. Any network connectivity without cycles is allowed (not only layered). Training can be performed with several optimization schemes, including genetic alorithm based optimization. There is access to exact partial derivatives of network outputs versus its inputs. Normalization of data is handled automatically by ffnet.

Download Website Updated 25 Sep 2011 pyswisseph

Screenshot
Pop 36.44
Vit 6.78

pyswisseph is a Python extension to AstroDienst's Swiss Ephemeris C library (also known as swisseph). This extension implements very accurate astronomical calculations for astrological purposes.

Download Website Updated 10 Sep 2011 pacparser

Screenshot
Pop 75.78
Vit 6.69

pacparser is a library to parse proxy auto-config (PAC) files. Proxy auto-config files are a vastly used proxy configuration method these days. Web browsers can use a PAC file to determine which proxy server to use or whether to go direct for a given URL. The idea behind pacparser is to make it easy to add PAC file parsing capability to any program (C and Python are supported right now). It comes as a shared C library and a Python module that can be used to make any C or Python program PAC scripts intelligent. Some very useful targets could be popular Web software like wget, curl, and python-urllib.

Download No website Updated 28 Aug 2011 Card Stories

Screenshot
Pop 54.94
Vit 1.90

Card Stories provides a server for a networked guessing game using picture cards. One player (the "author") starts the game by choosing a card, picking a word or a sentence to describe it, and sending out invitations to others to participate. Each of these players receives seven cards and has to pick one that best matches the author's description. Once enough players have chosen a card, the author displays all chosen cards and the players try to figure out which one is the author's. If at least one but not all of them guesses correctly, the author wins, along with the players who guessed correctly. Otherwise, the guessers all win.

Download Website Updated 27 Jul 2011 python-pipeline

Screenshot
Pop 44.09
Vit 3.56

python-pipeline lets you create pipelines of iterators.

Download Website Updated 23 Jul 2011 fluentxml

Screenshot
Pop 45.67
Vit 1.51

FluentXML provides a simple interface to parse, create, query, edit, and save XML in a pythonic way. It was designed to be as simple and intuitive as possible, so you do not need to waste your time with a complicated and superfluous API.

Download Website Updated 16 Jul 2011 Python LRU cache module

Screenshot
Pop 30.98
Vit 1.00

This package provides a simple but efficient least-recently-used (LRU) cache module. The LRUCache class provides a container interface with prioritized caching. The implementation uses a heap and a dictionary to provide quick inserts, deletes, and references.

Download Website Updated 10 Jul 2011 bdec

Screenshot
Pop 77.78
Vit 6.81

bdec is a set of tools for decoding binary files given a specification written in a flexible XML-based syntax. It supports decoding to XML or Python objects, and can generate quality C decoders and encoders.

Download Website Updated 04 Jul 2011 PyGTK

Screenshot
Pop 274.33
Vit 17.89

PyGTK is a set of Python bindings for the GTK widget set. It provides an object oriented interface that is slightly higher level than the C one. It automatically does all the type casting and reference counting that you normally would have to do with the C API.

Screenshot

Project Spotlight

OGLplus

A C++ wrapper around the OpenGL C API.

Screenshot

Project Spotlight

SpaceZero

A 2D space combat game for two players over a network.