Differences between revisions 13 and 323 (spanning 310 versions)
Revision 13 as of 2002-07-21 19:40:15
Size: 6171
Editor: ipd54b58c5
Comment:
Revision 323 as of 2006-09-26 08:49:47
Size: 1740
Editor: 221
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
I'm in the process of moving python.org/editors/ here, please stay away from this page for a while. ;)

[[TableOfContents]]

=== Unix & Multiplatform Editors ===

|| '''Name''' || '''Platform''' || '''Notes''' ||
|| [http://cooledit.sourceforge.net/ Cooledit] || Unix/X || Extensible in Python ||
|| [http://www.crisp.demon.co.uk/ CRiSP] || Unix/Windows || BRIEF-compatible ||
|| [http://www.lugaru.com/ Epsilon] || Windows, Linux, FreeBSD, and OS/2 || Has Python mode module available upon request. ||
|| [http://fte.sourceforge.net/ FTE Text Editor] || Windows, Unix, DOS, OS/2 console, Unix/X || Supports lots of languages, including Python; doesn't seem programmable ||
|| [http://www.jasspa.com/ Jasspa's MicroEmacs] || Unix / Windows || Supports Python syntax and a Python-specific menu. ||
|| [http://space.mit.edu/~davis/jed/ JED] || Unix, VMS, MSDOS, OS/2, BeOS, QNX, and Windows. || ||
|| [http://www.jedit.org/ jEdit] || Java || Includes plugin that allows editor scripting using Python (via Jython). ||
|| [http://www.jext.org/ Jext] || Java || A Java text editor which offers embedded Python scripting (thanks to Jython). ||
|| [http://sourceforge.net/projects/joe-editor/ JOE] || Unix. || ||
|| GnuEmacs / XEmacs || Unix/Windows/Mac || Python support with PythonMode. ||
|| [http://www.kde.org/ KWrite] || Unix || Advanced editor for the KDE environment - supports Python syntax. ||
|| [http://www.moleskine.f2s.com/ Moleskine] || Linux/FreeBSD || Written in Python, so should be extensible using Python. ||
|| [http://nedit.org/ NEdit] || Unix/VMS/Win32/MacOS X || X-Based, Python support builtin. ||
|| [http://www.rexx.com/~dkuhlman/ pyeditor] || Unix (and Windows?) || Editor written in Python atop PyScintilla and PyGtk. ||
|| [http://wiki.wxpython.org/index.cgi/PythonCardEditor PythonCardEditor] || Unix/Windows/Mac || Extensible in Python, part of PythonCard. ||
|| [http://quanta.sourceforge.net/ Quanta KDE] || (Unix/Linux only?) || Full-featured web development environment that also supports Python. ||
|| [http://www.scintilla.org/ SciTE] || Unix/Windows || Part of Scintilla ||
|| [http://www.vim.org/ VIM] || Unix/Windows/MacOS/ etc. ||||
|| [http://www.slickedit.com/ Visual Slick Edit] || Windows, Linux, Several Unix Flavors, OS/390 || Syntax coloring, popup function arguments, class hierarchy browser, other nice Python features. ||
|| [http://www.cs.yorku.ca/~oz/wily/ Wily] || Unix || Acme clone for Unix. Can connect to it (and control it) from Python. ||

=== Integrated Development Environments ===
|| '''Name''' || '''Platform''' || '''Notes''' ||
|| [http://anjuta.sourceforge.net/ Anjuta] || Unix + GNOME || Cross-language IDE; syntax coloring & folding for Python. ||
|| [http://www.thekompany.com/products/blackadder/ BlackAdder] || Windows/Linux || Commercial with all the features of IDLE, support for Ruby, and Qt GUI editor. ||
|| [http://boa-constructor.sourceforge.net/ BOA Constructor] || Python + wxPython || RAD GUI building IDE, similar to Delphi. ||
|| [http://www.python.org/ IDLE] || Python + Tkinter || Part of Python distribution. ||
|| [http://idlefork.sourceforge.net/ IDLEfork] || Python + Tkinter || An experimental fork of IDLE. ||
|| [http://www.activestate.com/Products/Productivity/ASPN_Komodo/ Komodo] || Windows/Linux || Commercial cross-language IDE. ||
|| PythonWin || Windows || Available either as part of ActiveState's ActivePython distribution (which is not open source) or as part of the Win32all extensions from Mark's pages (which is open source). ||
|| PythonWorks Pro || Windows/Linux || SecretLabs' commercial IDE. Includes Tk layout editor. ||
|| [http://www.activestate.com/VisualPython/ Visual Python] || Windows 2000/XP with Visual Studio.NET || A Python plug-in for Visual Studio.NET ||
|| WingIde || Windows/Linux || Commercial IDE with networked debugger, source browser, and syntax coloring/auto-completing editor. ||
|| [http://www.roebling.de/ wxDesigner] || Unix/Windows/Mac || Cross-language GUI dialog designer with integrated support for editing your Python callback functions. ||

=== Windows Editors ===

|| '''Name''' || '''Notes''' ||
|| [ftp://www.premia.com/pub/addons/ CodeWright] || Pull the appropriate Zip file for the version of CodeWright you use. ||
|| [http://www.fixedsys.com/context/ ConText] || Supports syntax highlighting for Python. ||
|| [http://www.crimsoneditor.com/ Crimson] || Supports syntax highlighting for Python. ||
|| [http://www.studioware.com/ Editeur] || Supports syntax highlighting for Python. ||
|| [http://www.editpadpro.com/ EditPad Pro] || Supports Python syntax. ||
|| [http://www.editplus.com/ EditPlus] || Supports syntax coloring and autocompletion via description files. ||
|| [http://hapdebugger.sourceforge.net/ HAP Debugger] || Editor built on Scite; main claim to fame is a robust debugger that has remote capabilities. ||
|| [http://www.multiedit.com/ Multi-Edit] || Builtin support for Python. ||
|| [http://www.sourcedyn.com/ Source Insight] || Supports syntax highlighting and symbol database support for Python if you get the Python.CLF file provided by the Source Insight folks. ||
|| [http://www.textpad.com/ TextPad] || Supports syntax coloring for several languages. Add Python with a free download from the Textpad site. ||
|| [http://www.ultraedit.com/ UltraEdit] || Supports syntax coloring and autocompletion using a [http://www.ultraedit.com/downloads/additional.html wordfile]. An [http://gurno.com/adam/py-ue.shtml updated version] that supports Python 2.x is also available. ||
|| [http://www.zeusedit.com/ Zeus] || Includes builtin Python scripting. ||

=== Macintosh Editors ===

|| '''Name''' || '''Platform''' || '''Notes''' ||
|| [http://alpha.olm.net/ Alpha] || MacOS || ||
|| [http://www.barebones.com/products/bbedit.html BBEdit] || MacOS 9/MacOS X || BBEdit Lite (free version) appears not to have language-sensitive support. ||
|| [http://www.cwi.nl/~jack/macpython.html MacPython IDE] || MacOS || Included in MacPython distribution. ||
|| [http://www.hekkelman.com/ Pepper] || MacOS Classic/MacOS X || Builtin support for Python. ||
* [http://www.5ijipiao.com 机票]
* [http://www.5ijipiao.com 国际机票]
* [http://www.5ijipiao.com 飞机票]
* [http://5ijipiao.com 国际机票]
* [http://www.5ijipiao.com/bj/ 北京机票]
* [http://www.5ijipiao.com/sh/ 上海机票]
* [http://www.5ijipiao.com/gz/ 广州机票]
* [http://www.5ijipiao.com/cd/ 成都机票]
* [http://www.5ijipiao.com/cq/ 重庆机票]
* [http://www.5ijipiao.com/km/ 昆明机票]
* [http://www.5ijipiao.com/sz/ 深圳机票]
* [http://www.5ijipiao.com/hz/ 杭州机票]
* [http://www.5ijipiao.com/xa/ 西安机票]
* [http://www.5ijipiao.com/dl/ 大连机票]
* [http://www.5ijipiao.com/tj/ 天津机票]
* [http://www.5ijipiao.com/gjjp.asp 国际机票]
* [http://www.5ijipiao.com/dzjp.asp 打折机票]
* [http://www.5ijipiao.com/tjjp.asp 特价机票]
* [http://www.5ijipiao.com/xsjp.asp 学生机票]
* [http://www.jipiao126.com 特价机票]
* [http://www.jipiao126.com 国际机票]
* [http://www.jipiao126.com 打折机票]
* [http://www.canjipiao.com 广州机票]
* [http://www.canjipiao.com 广州打折机票]
* [http://www.canjipiao.com 广州特价机票]
* [http://www.bjxiongfei.com 北京机票]
* [http://www.bjxiongfei.com 北京飞机票]
* [http://www.bjxiongfei.com 北京特价机票]
* [http://www.jipiaoair.com 特价机票]
* [http://www.jipiaoair.com/jipiao.html 机票]
* [http://www.jipiaoair.com/guojijipiao.html 国际机票]
* [http://www.jipiaoair.com/tejiajipiao.html 特价机票]
* [http://www.jipiaoair.com/dazhejipiao.html 打折机票]
* [http://www.jipiaoair.com/shanghai/jipiao.html 上海机票]
* [http://www.jipiaoair.com/beijing/jipiao.html 北京机票]
* [http://www.jipiaoair.com/guangzhou/jipiao.html 广州机票]

* [http://www.5ijipiao.com 机票] * [http://www.5ijipiao.com 国际机票] * [http://www.5ijipiao.com 飞机票] * [http://5ijipiao.com 国际机票] * [http://www.5ijipiao.com/bj/ 北京机票] * [http://www.5ijipiao.com/sh/ 上海机票] * [http://www.5ijipiao.com/gz/ 广州机票] * [http://www.5ijipiao.com/cd/ 成都机票] * [http://www.5ijipiao.com/cq/ 重庆机票] * [http://www.5ijipiao.com/km/ 昆明机票] * [http://www.5ijipiao.com/sz/ 深圳机票] * [http://www.5ijipiao.com/hz/ 杭州机票] * [http://www.5ijipiao.com/xa/ 西安机票] * [http://www.5ijipiao.com/dl/ 大连机票] * [http://www.5ijipiao.com/tj/ 天津机票] * [http://www.5ijipiao.com/gjjp.asp 国际机票] * [http://www.5ijipiao.com/dzjp.asp 打折机票] * [http://www.5ijipiao.com/tjjp.asp 特价机票] * [http://www.5ijipiao.com/xsjp.asp 学生机票] * [http://www.jipiao126.com 特价机票] * [http://www.jipiao126.com 国际机票] * [http://www.jipiao126.com 打折机票] * [http://www.canjipiao.com 广州机票] * [http://www.canjipiao.com 广州打折机票] * [http://www.canjipiao.com 广州特价机票] * [http://www.bjxiongfei.com 北京机票] * [http://www.bjxiongfei.com 北京飞机票] * [http://www.bjxiongfei.com 北京特价机票] * [http://www.jipiaoair.com 特价机票] * [http://www.jipiaoair.com/jipiao.html 机票] * [http://www.jipiaoair.com/guojijipiao.html 国际机票] * [http://www.jipiaoair.com/tejiajipiao.html 特价机票] * [http://www.jipiaoair.com/dazhejipiao.html 打折机票] * [http://www.jipiaoair.com/shanghai/jipiao.html 上海机票] * [http://www.jipiaoair.com/beijing/jipiao.html 北京机票] * [http://www.jipiaoair.com/guangzhou/jipiao.html 广州机票]

PythonEditors (last edited 2024-06-02 09:00:06 by SkipMontanaro)

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