Differences between revisions 26 and 75 (spanning 49 versions)
Revision 26 as of 2004-03-19 17:41:39
Size: 6114
Editor: sololess
Comment:
Revision 75 as of 2005-11-22 02:40:58
Size: 2132
Editor: 202-177-185-50
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Applications can and are written in Python, but people are slow to change, so the vast majority are still done using C/C++ on Linux and Windows and a combination of C++ and Objective-C on Mac OS X. I've noticed a growing trend of using Python to provide user automation or scripting, sometimes called macros, for C/C++ applications. This makes a lot of sense: The changing faces of Technology:
Line 3: Line 3:
 * developers don't have to waste time and money inventing their own scripting language and users don't have to learn a new automation language for every application they use
 * Python is an OpenSource solution and can be embedded and distributed for free so there are no royalty payments or licensing hassles
 * Python is simple to learn, yet Python and its standard libraries are much more powerful than a proprietary language like VBScript
 * Python is cross-platform
 * tools like [http://www.swig.org/ SWIG] make it easy to expose part or all of the application programming interface (API)
 * Python scripting can be added to legacy projects just as well as new ones so developers don't have to abandon their old C/C++ code libraries
 * On the Windows platform, Python has an excellent interface to COM (also known as ActiveX) and can be used to interface to almost any COM program (such as the MS-Office suite). Again, Python scripting can be added to enhance a project without change to the existing COM components.
 * Many Mac OS applications provide Apple event-based scripting interfaces, allowing them to be controlled from languages such as [http://www.apple.com/applescript/ AppleScript], [http://www.latenightsw.com/freeware/JavaScriptOSA/ JavaScript OSA], Perl (via [http://search.cpan.org/~cnandor/Mac-Glue/ Mac::Glue]), Python (via [http://freespace.virgin.net/hamish.sanderson/appscript.html appscript]), Tcl and UserTalk.

For many of the same reasons, Python is often used as the "glue" language for a project. In the Java world, people are using Jython as the glue and scripting language.

[[TableOfContents]]

(!) '''This page is not for listing those applications primarily built with Python.'''

(!) '''Please keep wiki links as wiki links, use external links only if there is no existing page for the program.'''

=== Applications ===

|| '''Name''' || '''Platform''' || '''Notes''' ||
|| [http://www.blender.org/ Blender] || multi-platform || OpenSource software for 3D modeling, animation, rendering, post-production, interactive creation and playback. [http://www.blender.org/modules/documentation/228PythonDoc/ Blender Python API reference] ||
|| ClearSilver || multi-platform || Web application framework ||
|| [http://www.gimp.org/ GIMP] || multi-platform, GTK || GNU Image Manipulation Program. [http://www.daa.com.au/~james/software/pygimp/ Gimp-Python] is a package that allows people to write plug-ins for The Gimp in the Python programming language rather than Script-Fu (Scheme), Perl, Tcl or C. ||
|| [http://gxsm.sourceforge.net/ GXSM] || Linux, Mac OS X || Gnome X Scanning Microscopy. multi-channel 2D/3D data acquisition and visualization ||
|| [http://kahakai.sourceforge.net/ Kahakai Window Manager] || POSIX, KDE and GNOME || Python is used for event and key binding configuration. ||
|| [http://www.kaydara.com/products/motionbuilder/ Kaydara Motionbuilder] || Mac OS X, Windows || Helpful for integrating into production pipelines and allows users to automate repetitive processes. ||
|| [http://mahogany.sourceforge.net/ Mahogany] || Linux, Mac OS X, Windows || OpenSource cross-platform mail and news client. ||
|| [http://www.ogre3d.org/ OGRE] || multi-platform || Object-Oriented Rendering Engine ||
|| [http://www.openoffice.org/ OpenOffice] || multi-platform || [http://udk.openoffice.org/python/python-bridge.html Python-UNO bridge] for scripting OpenOffice with Python ||
|| Office and Outlook || Windows || While Microsoft Office apps including Microsoft Outlook were not originally designed to be scripted with Python, [http://starship.python.net/crew/mhammond/win32/Downloads.html pywin32] (formerly win32all) makes it possible to script Microsoft Office apps and build plug-ins. Of special note is the [http://spambayes.sourceforge.net/windows.html SpamBayes] plug-in for Outlook which enables any Outlook user to use [http://spambayes.sourceforge.net/windows.html SpamBayes] without even knowing anything about Python. ||
|| [http://www.jasc.com/products/paintshoppro/ Paint Shop Pro 8] || Windows || Photo and graphics editor. [http://www.jasc.com/support/customercare/articles/psp8components.asp PSP scripting resources] ||
|| [http://subversion.tigris.org/ Subversion] || multi-platform || A compelling replacement for CVS. See the [http://subversion.tigris.org/project_links.html Project Links], [http://subversion.tigris.org/bindings.html Bindings] or do a [http://www.google.com/search?&q=site:subversion%2Etigris%2Eorg+python Google site search]. ||
|| [http://netdragon.sourceforge.net SuperKaramba] || Linux, KDE || SuperKaramba allows you to create cool dekstop widgets with little to no programming experience. It's similar to "Konfabulator" for the Mac. ||
|| [http://www.vim.org/ Vim] || multi-platform || editor ||
|| [http://www.wincvs.org/ WinCvs] || Windows || GUI front-end for CVS ||
|| [http://www.xchat.org/ XChat] || multi-platform || IRC Client ||
A category of hardware and software that enables people to use the Internet as the transmission medium for telephone calls. For users who have free, or fixed-price Internet access, Internet telephony software essentially provides free telephone calls anywhere in the world. To date, however, Internet telephony does not offer the same quality of telephone service as direct telephone connections.
There are many Internet telephony applications available. Some, come bundled with popular Web browsers. Others are stand-alone products. Internet telephony products are sometimes called IP telephony, Voice over the Internet (VOI) or Voice over IP (VOIP) products.
Line 41: Line 7:
=== Games ===

|| '''Name''' || '''Platform''' || '''Notes''' ||
|| [http://crystal.sourceforge.net/ Crystal Space] || multi-platform || OpenSource 3D SDK ||
|| [http://www.myfreedomforce.com/ Freedom Force] || Windows || [http://www.google.com/search?q=freedom+force+python Google link] ||
|| [http://www.bridgecommander.com/ Star Trek Bridge Commander] || Windows || ||
|| [http://vegastrike.sourceforge.net/ Vega Strike] || Linux, Mac, Windows || 3D OpenGL Action Space Sim ||

=== Other Resources (many apps from pages below need to be copied to this page) ===

  * PythonEditors
  * [http://www.python.org/community/users.html Organizations and Apps using Python]
  * [http://www.cygnus-software.com/papers/gamescriptinginpython.html Game Scripting in Python]
Interent Technology Links:
* [http://www.classytattoos.com/star-tattoos.php Star Tattoos]
* [http://www.classytattoos.com/tribal-tattoos.php Tribal Tattoos]
* [http://www.classytattoos.com/celebrity-tattoos.php Celebrity Tattoos]
* [http://www.classytattoos.com/butterfly-tattoos.php Butterfly Tattoos]
* [http://www.classytattoos.com/tattoo-removal.php Tattoo Remova]
* [http://www.classytattoos.com/tattoos.php Tattoos]
* [http://www.dog-guide.org/ Dogs]
* [http://www.dog-guide.org/dog-breeds.php Dog Breeds]
* [http://www.dog-guide.org/dog-names.php Dog Names]
* [http://www.dog-guide.org/allergies-in-dogs.php Allergies in Dogs]
* [http://www.saunaguide.org/ Sauna]
* [http://www.saunaguide.org/home-sauna.php Home Sauna]
* [http://www.saunaguide.org/infra-red-sauna.php Infra Red Sauna]
* [http://www.saunaguide.org/sauna-benefits.php Sauna Benefits]
* [http://www.saunaguide.org/sauna-rooms.php Sauna Rooms]
* [http://www.teainfo.org/ Tea]
* [http://www.teainfo.org/green-tea.php Green Tea]
* [http://www.teainfo.org/tea-gardner.php Tea Gardner]

The changing faces of Technology:

A category of hardware and software that enables people to use the Internet as the transmission medium for telephone calls. For users who have free, or fixed-price Internet access, Internet telephony software essentially provides free telephone calls anywhere in the world. To date, however, Internet telephony does not offer the same quality of telephone service as direct telephone connections. There are many Internet telephony applications available. Some, come bundled with popular Web browsers. Others are stand-alone products. Internet telephony products are sometimes called IP telephony, Voice over the Internet (VOI) or Voice over IP (VOIP) products.

Interent Technology Links: * [http://www.classytattoos.com/star-tattoos.php Star Tattoos] * [http://www.classytattoos.com/tribal-tattoos.php Tribal Tattoos] * [http://www.classytattoos.com/celebrity-tattoos.php Celebrity Tattoos] * [http://www.classytattoos.com/butterfly-tattoos.php Butterfly Tattoos] * [http://www.classytattoos.com/tattoo-removal.php Tattoo Remova] * [http://www.classytattoos.com/tattoos.php Tattoos] * [http://www.dog-guide.org/ Dogs] * [http://www.dog-guide.org/dog-breeds.php Dog Breeds] * [http://www.dog-guide.org/dog-names.php Dog Names] * [http://www.dog-guide.org/allergies-in-dogs.php Allergies in Dogs] * [http://www.saunaguide.org/ Sauna] * [http://www.saunaguide.org/home-sauna.php Home Sauna] * [http://www.saunaguide.org/infra-red-sauna.php Infra Red Sauna] * [http://www.saunaguide.org/sauna-benefits.php Sauna Benefits] * [http://www.saunaguide.org/sauna-rooms.php Sauna Rooms] * [http://www.teainfo.org/ Tea] * [http://www.teainfo.org/green-tea.php Green Tea] * [http://www.teainfo.org/tea-gardner.php Tea Gardner]

AppsWithPythonScripting (last edited 2019-07-05 23:27:31 by JaraKaca)

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