Differences between revisions 1 and 69 (spanning 68 versions)
Revision 1 as of 2002-07-22 21:47:27
Size: 112
Editor: 200
Comment:
Revision 69 as of 2005-06-30 01:32:27
Size: 4841
Editor: h-0-96
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Your Name == Take a look at PythonEditors if you don't want IntegratedDevelopmentEnvironments.
Line 3: Line 3:
Email: you@them.com (!) '''Please keep wiki links as wiki links, use external links only if there is no existing page for the IDE.'''
Line 5: Line 5:
...dfdsfdsf
ds
fds
fds
fds
f
dsf
sd
|| '''Name''' || '''Platform''' || '''Notes''' ||
|| [http://anjuta.sourceforge.net/ Anjuta] || Unix + GNOME || Cross-language IDE; syntax coloring & folding for Python. ||
|| [http://www.python-ide.com/arachno_python.php ArachnoPython] || Windows, Linux x86 || Commercial IDE for Python, support Webware and Python Unit. (not yet available for sale) ||
|| BlackAdder || Windows/Linux || Commercial with all the features of IDLE, support for Ruby, and Qt GUI editor. ||
|| BoaConstructor || Python + wxPython || RAD GUI building IDE, similar to Delphi. ||
|| [http://www.newplanetsoftware.com/jcc/jcc.php Code Crusader] || Linux x86 || Commercial IDE with support to 30 other languages. ||
|| [http://www.codeforge.com/ CodeForge] || Unix || Commercial cross-language IDE; nice multi-user project manager. ||
|| [http://drpython.sourceforge.net/ DrPython] || Python + wxPython || Simple, clean editing environment for Python intended primarily for use in schools. ||
|| ["Eclipse"] || Java + SWT || See EclipsePythonIntegration for Python support. ||
|| ["eric"] || Python + PyQt + QScintilla || Popular python IDE with interfaces to Qt Designer, Qt Linguist, unittest. ||
|| [http://gazpacho.sicem.biz/ Gazpacho] || PyGTK || A GUI designer for (Py)GTK, similar to Glade. ||
|| ["IDEStudio"] || Python + Tkinter + Tix || An extended version of IDLE using ["Tix"]. ||
|| ["IDLE"] || Python + Tkinter || Part of Python distribution. ||
|| ["IDLEfork"] || Python + Tkinter || An experimental fork of IDLE. Since, Python 2.3, IDLEfork has become the new "main" Idle. ||
|| [http://www.kdevelop.org/ KDevelop] || Unix + KDE || Cross-language IDE for KDE - supports Python syntax/projects. ||
|| ["Komodo"] || Windows/Linux || Commercial multi-language and cross-platform IDE. Includes a GUI Builder. ||
|| [http://netbeans.org Netbeans] || Java || A Java IDE with an optional plugin for Jython. ||
|| [http://pida.berlios.de/ PIDA] || Any (with Python + GTK) || Python IDE (code browser, debugger, profiler) which uses Vim as its editor. ||
|| [http://mmm-experts.com/Products.aspx?ProductId=4 PyScripter] || Windows || A nice alternate Python IDE for Windows (debugger included), also ''...providing a strong scripting solution for Delphi Applications.''||
|| PythonCard || Python + wxPython || RAD GUI building 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 || (no longer being developed) SecretLabs' commercial IDE. Includes Tk layout editor. ||
|| [http://sourcenav.sf.net/ SourceNavigator] || Unix/Windows with Tcl/Tk || Cross-language IDE & Source code analysis tool. ||
|| [http://projects.blender.org/projects/spe/ SPE] || Windows, Linux, MacOsX, FreeBSD, etc. || Spe ([http://www.stani.be Stani]'s Python Editor) is an open-source, extensible Python IDE with a WxPython interface and support for [http://www.blender.org Blender] and [http://wxglade.sourceforge.net/ wxGlade]. ||
|| [http://www.activestate.com/VisualPython/ Visual Python] || Windows 2000/XP with Visual Studio.NET || (commercial) A Python plug-in for Visual Studio.NET (requires ActivePython or Win32all) ||
|| VisualWx || Windows || GUI designer for wxPython. ||
|| WingIde || Windows/Linux/Mac OS X/Unix || Commercial Python IDE with networked debugger, source browser, and syntax coloring/auto-completing editor. Free license for non-commercial open-source developers with an established project. ||
|| WxDesigner || Unix/Windows/Mac ||Non-free Cross-language GUI dialog designer with integrated support for editing your Python callback functions. ||
|| WxGlade || Unix/Windows/Mac || A "designer" for WxPython (requires wxPython) ||
|| [http://www.xored.com/trustudio TruStudio Foundation] || Linux/Windows/Mac || Python and PHP IDE - open source project and a foundation for development tools for scripting languages built on top of Eclipse Platform ||
Line 14: Line 36:
External collections:
  * [http://www-106.ibm.com/developerworks/library/l-cpyide/ Charming Python: Review of Python IDEs] (David Mertz, 2003-12-11)
  * [http://www-106.ibm.com/developerworks/linux/library/l-pide/ Charming Python: A review of Python IDEs] (David Mertz, 2001-05-01)
  * [http://www.informit.com/content/index.asp?product_id={69D0061B-8EA5-4309-962A-3F6BD33B721C}&t={94AE5B48-1D7D-462A-A4A6-83CE19EC0705}&n={1CBD305F-D503-49FA-9699-8B2C06C9C520} A New Harvest of Python IDEs] (Boudewijn Rempt, 2000-11-27)
Line 15: Line 41:
CategoryHomepage CategoryIntegratedDevelopmentEnvironment

Take a look at PythonEditors if you don't want IntegratedDevelopmentEnvironments.

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

Name

Platform

Notes

[http://anjuta.sourceforge.net/ Anjuta]

Unix + GNOME

Cross-language IDE; syntax coloring & folding for Python.

[http://www.python-ide.com/arachno_python.php ArachnoPython]

Windows, Linux x86

Commercial IDE for Python, support Webware and Python Unit. (not yet available for sale)

BlackAdder

Windows/Linux

Commercial with all the features of IDLE, support for Ruby, and Qt GUI editor.

BoaConstructor

Python + wxPython

RAD GUI building IDE, similar to Delphi.

[http://www.newplanetsoftware.com/jcc/jcc.php Code Crusader]

Linux x86

Commercial IDE with support to 30 other languages.

[http://www.codeforge.com/ CodeForge]

Unix

Commercial cross-language IDE; nice multi-user project manager.

[http://drpython.sourceforge.net/ DrPython]

Python + wxPython

Simple, clean editing environment for Python intended primarily for use in schools.

["Eclipse"]

Java + SWT

See EclipsePythonIntegration for Python support.

["eric"]

Python + PyQt + QScintilla

Popular python IDE with interfaces to Qt Designer, Qt Linguist, unittest.

[http://gazpacho.sicem.biz/ Gazpacho]

PyGTK

A GUI designer for (Py)GTK, similar to Glade.

["IDEStudio"]

Python + Tkinter + Tix

An extended version of IDLE using ["Tix"].

["IDLE"]

Python + Tkinter

Part of Python distribution.

["IDLEfork"]

Python + Tkinter

An experimental fork of IDLE. Since, Python 2.3, IDLEfork has become the new "main" Idle.

[http://www.kdevelop.org/ KDevelop]

Unix + KDE

Cross-language IDE for KDE - supports Python syntax/projects.

["Komodo"]

Windows/Linux

Commercial multi-language and cross-platform IDE. Includes a GUI Builder.

[http://netbeans.org Netbeans]

Java

A Java IDE with an optional plugin for Jython.

[http://pida.berlios.de/ PIDA]

Any (with Python + GTK)

Python IDE (code browser, debugger, profiler) which uses Vim as its editor.

[http://mmm-experts.com/Products.aspx?ProductId=4 PyScripter]

Windows

A nice alternate Python IDE for Windows (debugger included), also ...providing a strong scripting solution for Delphi Applications.

PythonCard

Python + wxPython

RAD GUI building 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

(no longer being developed) SecretLabs' commercial IDE. Includes Tk layout editor.

[http://sourcenav.sf.net/ SourceNavigator]

Unix/Windows with Tcl/Tk

Cross-language IDE & Source code analysis tool.

[http://projects.blender.org/projects/spe/ SPE]

Windows, Linux, MacOsX, FreeBSD, etc.

Spe ([http://www.stani.be Stani]'s Python Editor) is an open-source, extensible Python IDE with a WxPython interface and support for [http://www.blender.org Blender] and [http://wxglade.sourceforge.net/ wxGlade].

[http://www.activestate.com/VisualPython/ Visual Python]

Windows 2000/XP with Visual Studio.NET

(commercial) A Python plug-in for Visual Studio.NET (requires ActivePython or Win32all)

VisualWx

Windows

GUI designer for wxPython.

WingIde

Windows/Linux/Mac OS X/Unix

Commercial Python IDE with networked debugger, source browser, and syntax coloring/auto-completing editor. Free license for non-commercial open-source developers with an established project.

WxDesigner

Unix/Windows/Mac

Non-free Cross-language GUI dialog designer with integrated support for editing your Python callback functions.

WxGlade

Unix/Windows/Mac

A "designer" for WxPython (requires wxPython)

[http://www.xored.com/trustudio TruStudio Foundation]

Linux/Windows/Mac

Python and PHP IDE - open source project and a foundation for development tools for scripting languages built on top of Eclipse Platform

External collections:


CategoryIntegratedDevelopmentEnvironment

IntegratedDevelopmentEnvironments (last edited 2025-03-26 17:22:03 by MatsWichmann)

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