3738
Comment:
|
5396
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* PythonInMusic | |
Line 13: | Line 14: |
* TheCircle - a scalable decentralized Wiki:PeerToPeer [http://thecircle.org.au/ application]. * BitTorrent - a scalable decentralized Wiki:PeerToPeer [http://sourceforge.net/projects/bittorrent/ application]. * Mnet - a scalable decentralized Wiki:PeerToPeer [http://sourceforge.net/projects/mnet/ application]. |
* TheCircle - a scalable decentralized Wiki:PeerToPeer application [http://thecircle.org.au/] * BitTorrent - a scalable centralized Wiki:PeerToPeer application [http://bittorrent.com/] * Mnet - a scalable decentralized Wiki:PeerToPeer application [http://www.mnetproject.org/] |
Line 22: | Line 23: |
Alan Kennedy has compiled a list of [http://xhaus.com/alan/python/proxies.html HTTP proxies] written in Python. |
* Flumotion - Streaming server written on top of Twisted and GStreamer [http://www.fluendo.com/] * Alan Kennedy has compiled a list of [http://xhaus.com/alan/python/proxies.html HTTP proxies] written in Python. * BAOW - A lightweight content manage system based on Python language and SQL database, help you to develop complex web applications. [http://www.baow.org] |
Line 35: | Line 37: |
* radiusContext - RADIUS log analysis program (user accounting for ISPs) [http://www.tummy.com/Software/radiuscontext] | * radiusContext - RADIUS log analysis program (user accounting for ISPs) [http://www.tummy.com/Community/software/radiuscontext] |
Line 38: | Line 40: |
* TimPlayer - Py-GTK based music player using Gstreamer [http://www.timmir.com/wiki/index.php/TimPlayer] |
|
Line 41: | Line 44: |
* see also: PythonInMusic | |
Line 54: | Line 58: |
* PythonCAD is a CAD package written, surprisingly enough, in Python. The PythonCAD project aims to produce a scriptable, open-source, easy to use CAD package for Linux, the various flavors of BSD Unix, commercial Unix, and other platforms to which someone who is interested ports the program. Work began on PythonCAD in July, 2002, and the first public release was on December 21, 2002. In addition it has been ported to winXP [http://www.pythoncad.org/] === Personal Information Managers === * Narval - Personnal Assistants, see [http://www.logilab.org/narval/] * Task Coach - Your friendly task manager, see [http://taskcoach.niessink.com/] * [http://sourceforge.net/projects/wikidpad WikidPad] - a wiki-like notebook application (not web-based) |
|
Line 57: | Line 68: |
* Narval - Personnal Assistants, see [http://www.logilab.org/narval/] | * Calix - An xwindows gamma calibration tool using Py-GTK and the xgamma command. [http://www.timmir.com/wiki/index.php/Calix] * CD-Store - a data cd archiving (indexing) with full search and browse capabilities using a Py-GTK interface [http://www.timmir.com/wiki/index.php/CdStore] |
Line 61: | Line 75: |
=== Enterprise Applications === * Tiny ERP - A complete ERP & CRM; accouting, stock management, sales, ... see http://tinyerp.org and http://tinyerp.com * BitPim - Cell phone data manipulator. Can sync phonebook, calendar, wallpaper, ring tone, etc. [http://www.bitpim.org/] |
See also:
Internet Applications
PythonWikiEngines such as MoinMoin, used to power this wiki.
RoundUp - Issue tracking system
TwistedMatrix - event-driven networking framework. Supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others) [http://www.twistedmatrix.com/]
TheCircle - a scalable decentralized PeerToPeer application [http://thecircle.org.au/]
BitTorrent - a scalable centralized PeerToPeer application [http://bittorrent.com/]
Mnet - a scalable decentralized PeerToPeer application [http://www.mnetproject.org/]
PSST II - Big Frustration for Big Brother - Encrypted Instant Messaging application [http://www.freenet.org.nz/python/psst/]
- ["PyDS"] - Python Desktop Server
- ["PyCS"] - Python Community Server
Spamish Inquisition - Retaliates against spammers by causing their machines to slow to a near-standstill (using RFC831 'incomplete response' messages). [http://www.freenet.org.nz/python/spamishinquisition/]
Netusage - A simple script to prevent surprise ISP Traffic Bills [http://www.freenet.org.nz/python/netusage/]
Jogger Publishing Assistant - scaled down Jabber client that simplifies publishing weblog entries in Jogger - "Jabber Powered Weblog" [http://jpa.berlios.de/]
Flumotion - Streaming server written on top of Twisted and GStreamer [http://www.fluendo.com/]
Alan Kennedy has compiled a list of [http://xhaus.com/alan/python/proxies.html HTTP proxies] written in Python.
BAOW - A lightweight content manage system based on Python language and SQL database, help you to develop complex web applications. [http://www.baow.org]
Console Applications
- ["IPython"] - An enhanced Interactive Python shell
X-Window Manager
PyWM - a small, simple python-programmable X window manager that's packed with features yet very easy to learn and use. [http://www.freenet.org.nz/python/pywm/index.html]
System Administration Applications
radiusContext - RADIUS log analysis program (user accounting for ISPs) [http://www.tummy.com/Community/software/radiuscontext]
Audio/Video Applications
TimPlayer - Py-GTK based music player using Gstreamer
[http://www.timmir.com/wiki/index.php/TimPlayer]
Freevo - Linux multimedia jukebox [http://www.freevo.org]
cplay - Curses-based Linux multimedia jukebox [http://www.tf.hut.fi/~flu/cplay/]
see also: PythonInMusic
Image Applications
imgSeek - Photo collection manager with content-based search [http://imgseek.sourceforge.net/]
[http://mayavi.sourceforge.net/ MayaVi] - Scientific visualization program based on VTK
[http://vpython.org/ VPython] - Navigable 3D animations are produced as side effects of computations, making a normally difficult task exceptionally easy
Python Scripted 3D CAD/CAM
FreeCAD is an Open Source CAx RAD based on Open Cascade, QT and Python. It features some key concepts like Macro recording, Workbenches, ability to run as a server and dynamically loadable Application extensions and its designed to be platform independent... [http://free-cad.sourceforge.net/]
Fandango is planned to be a full featured CAD program. It has a C++ core extensible by scripts. Currently the memory core for entity management is ready, scripting works wonderfully thanks to the ease of embedding and extending of Python. A KDE+XML user interface is now in place, controlling the keyboard and mouse. [http://www.soffernet.com/jaime/fandango/]
PythonCAD is a CAD package written, surprisingly enough, in Python. The PythonCAD project aims to produce a scriptable, open-source, easy to use CAD package for Linux, the various flavors of BSD Unix, commercial Unix, and other platforms to which someone who is interested ports the program. Work began on PythonCAD in July, 2002, and the first public release was on December 21, 2002. In addition it has been ported to winXP [http://www.pythoncad.org/]
Personal Information Managers
Narval - Personnal Assistants, see [http://www.logilab.org/narval/]
Task Coach - Your friendly task manager, see [http://taskcoach.niessink.com/]
[http://sourceforge.net/projects/wikidpad WikidPad] - a wiki-like notebook application (not web-based)
Hard to classify
- Calix - An xwindows gamma calibration tool using Py-GTK and the xgamma command.
[http://www.timmir.com/wiki/index.php/Calix]
- CD-Store - a data cd archiving (indexing) with full search and browse capabilities using a Py-GTK interface
[http://www.timmir.com/wiki/index.php/CdStore]
SCons - software construction tool (build tool, or make tool), see http://www.scons.org/
SimPy - a discrete event, object-oriented, simulation package, [http://simpy.sourceforge.net/]
ruleCore - A reactive event-driven rule engine for event pattern detection [http://www.rulecore.com]
Enterprise Applications
Tiny ERP - A complete ERP & CRM; accouting, stock management, sales, ... see http://tinyerp.org and http://tinyerp.com
BitPim - Cell phone data manipulator. Can sync phonebook, calendar, wallpaper, ring tone, etc. [http://www.bitpim.org/]