Differences between revisions 1 and 27 (spanning 26 versions)
Revision 1 as of 2004-07-28 02:36:32
Size: 3722
Editor: ip51cc4013
Comment:
Revision 27 as of 2006-05-18 15:00:42
Size: 6308
Editor: p3E9E0EFB
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * PythonInMusic
Line 9: Line 10:
  * HarvestMan
Line 12: 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 21: 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]
  * z9 - An experimental collaborative search engine. [http://andrers52.dyndns.org:8080/z9]
Line 30: Line 33:
  * 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]   * PyWM - a small, simple python-programmable X window manager that's packed with features yet very easy to learn and use. [http://pywm.sf.net](More up-to-date), [http://www.freenet.org.nz/python/pywm/index.html]

  * PLWM - The Pointless Window Manager: a python toolkit for making a wm. It's hostile towards rodents, and ease of configuration is not an objective, not so actively developed, but might be usefull for keyboard-loving hackers. Somebody might even have a use for the code, though PyWM's ideas seem better. [http://plwm.sourceforge.net/]
Line 34: Line 39:
  * 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 37: Line 42:
  * TimPlayer - Py-GTK based music player using Gstreamer http://wiki.creationix.com/TimPlayer
Line 40: Line 45:
  * see also: PythonInMusic
Line 49: Line 55:
  * [http://gnofract4d.sourceforge.net/ Gnofract 4D] - A flexible fractal generation program

=== Science and Education Applications ===

  * [http://PyroRobotics.org Pyrobot] - A complete IDE, set of libraries, simulator, and course materials for exploring robotics in Python. Currently aimed for higher education, but work has begun for use in k-12 as well.
Line 53: Line 65:
  * 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 56: Line 75:
  * Narval - Personnal Assistants, see [http://www.logilab.org/narval/]   * Calix - An xwindows gamma calibration tool using Py-GTK and the xgamma command. http://wiki.creationix.com/Calix
  * CD-Store - a data cd archiving (indexing) with full search and browse capabilities using a Py-GTK interface http://wiki.creationix.com/CdStore
Line 60: Line 80:

=== 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/]


=== Office Applications ===
  * faces - Extendible project management software [http://faces.homeip.net]

See also:

Internet Applications

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://pywm.sf.net](More up-to-date), [http://www.freenet.org.nz/python/pywm/index.html]

  • PLWM - The Pointless Window Manager: a python toolkit for making a wm. It's hostile towards rodents, and ease of configuration is not an objective, not so actively developed, but might be usefull for keyboard-loving hackers. Somebody might even have a use for the code, though PyWM's ideas seem better. [http://plwm.sourceforge.net/]

System Administration Applications

Audio/Video Applications

Image Applications

Science and Education Applications

  • [http://PyroRobotics.org Pyrobot] - A complete IDE, set of libraries, simulator, and course materials for exploring robotics in Python. Currently aimed for higher education, but work has begun for use in k-12 as well.

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

Hard to classify

Enterprise Applications

Office Applications

Applications (last edited 2018-05-20 18:24:23 by MatsWichmann)

Unable to edit the page? See the FrontPage for instructions.