Revision 320 as of 2018-05-27 13:44:18

Clear message

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

Reviews

See also Wikipedia's list of Python IDEs and these ShowMeDo videos for Wing 3 Professional SPE, PyDev (inside Eclipse) and IPython.

IDEs with introspection-based code completion and integrated debugger

Name

Platform

Updated

Notes

Thonny

Windows, Linux, Mac OS X, more

2018

For teaching/learning programming. Focused on program runtime visualization. Provides stepping both in statements and expressions, no-hassle variables view, separate mode for explaining references etc.

Komodo

Windows/Linux/Mac OS X

2017

Multi-language IDE with support for Python 2.x and Python 3. Available as Komodo IDE (commercial).

LiClipse

Linux/Mac OS X/Windows

2018

Commercial Eclipse-based IDE which provides a standalone bundling PyDev, Workspace Mechanic, Eclipse Color Theme, StartExplorer and AnyEdit, along with lightweigth support for other languages, and other usability enhancements (such as multi-caret-edition).

NetBeans

Linux, Mac, Solaris, Windows

2016

Python/Jython support in NetBeans -- Open source, allows Python and Jython Editing, code-completion, debugger, refactoring, templates, syntax analysis, etc.; see http://wiki.netbeans.org/Python. Note: the Python plugin as a community-supported project, and may trail behind. Currently it works for 8.1, does not appear to be available for 8.2

PyCharm

Linux/Mac OS X/Windows

2018

Free open-source IDE with a smart Python editor providing quick code navigation, code completion, refactoring, unit testing and debugger. Has a commercial Professional edition that fully supports Web development with Django, Flask, Mako and Web2Py and allows to develop remotely. Free PyCharm professional licenses for open-source projects.

Python for VS Code

Linux/Mac OS X/Windows

2018

Free open-source extension for Visual Studio Code (now maintained by Microsoft). Supports syntax highlighting, debugging, code completion, code navigation, unit testing, refactoring, with support for Django, multi threaded, local and remote debugging.

KDevelop

Linux/Mac OS X/(Windows)

2017

Free open-source IDE with a focus on static analysis-based code completion, navigation and highlighting. Also features a VI emulation mode.

PyDev

Eclipse

2018

Free, open-source plugin for Eclipse -- Allows Python, Jython, and IronPython editing, code-completion, debugger, refactoring, quick navigation, templates, code analysis, unittest integration, Django integration, etc.

Wing

Windows, Linux, Mac OS X

2018

Family of free and commercial Python IDEs with advanced debugger, editor with vi, emacs, visual studio and other key bindings, auto-completion, auto-editing, multi-selection, snippets, goto-definition, find uses, refactoring, unit testing, remote development, source browser, and much more. There are several product levels, including free and paid versions with a fully functional trial and free licenses for educational use and unpaid open source developers. See product comparison and pricing for details.

PyScripter

Windows

2012

MIT licensed IDE written in Delphi with debugger, integrated unit testing, source browser, code navigation and syntax coloring/auto-completing editor.

Spyder

Windows/Linux/Mac OS X

2018

Free open-source scientific Python development environment providing MATLAB-like features: console with variable browser, sys.path browser, environment variables browser, integrated plotting features, autocompletion and tooltips - editor with syntax highlighting, class/function browser, pyflakes/pylint code analysis, inline find/replace and search in files features, code completion and tooltips. 100% pure Python, part of Python(x,y) distribution (Windows/Linux).

IDLE

Windows/Linux/Mac OS X/All Tk Platforms

2009

Multi-window colorized source browser, autoindent, autocompletion, tool tips, code context panel, search in files, class and path browsers, debugger, executes code in clean separate subprocess with one keystroke. 100% pure Python, part of Python 2.x and 3.x distributions.

IdleX

Windows/Linux/Mac OS X/All Tk Platforms

2016

IdleX is a collection of over twenty extensions and plugins that provide additional functionality to IDLE, a Python IDE provided in the standard library. It transforms IDLE into a more useful tool for academic research and development as well as exploratory programming.

ยต.dev

Windows (needs to be compiled manually for other platforms)

2010

An open-source IDE, created using Lazarus. It's only for Python. include syntax highlighting, project manager, and uses pdb for debugging.

Pyzo (formerly IEP)

Windows/Linux/Mac OS X

2018

Open-source Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing. Its practical design is aimed at simplicity and efficiency. Pyzo consists of two main components, the editor and the shell, and uses a set of pluggable tools to help the programmer in various ways: e.g. source structure, interactive help, workspace, file browser (with functionality for searching). Also includes a post-mortem debugger.

PythonToolkit (PTK)

Windows/Linux/Mac OS X

2014

An interactive environment for python built around a matlab style console window and editor. It was designed to provide a python based environment similiar to Matlab for scientists and engineers however it can also be used as a general purpose interactive python environment especially for interactive GUI programming. Features include: Multiple independent python interpreters. Interactively program with different GUI toolkits (wxPython, TkInter, pyGTK, pyQT4 and PySide). Matlab style namespace/workspace browser. Object auto-completions, calltips and multi-line command editing in the console. Object inspection and python path management. Simple code editor and integrated debugger.

PyStudio

Windows/Linux/Mac OS X

2012

Open-source plugin that adds syntax checking, integrated debugger and module search to Editra, a general purpose developer's text editor that supports python syntax highlighting, auto-indent, auto-completion, classbrowser, and can run scripts from inside the editor.

Python Tools for Visual Studio

Windows

2017

Open-source plugin for Visual Studio 2010, 2012 onwards (now maintained by Microsoft). Supports syntax highlighting, debugging and rich intellisense, unit testing, refactoring, object browser, MPI cluster debugging, Django intellisense and debugging, development REPL window and a debugging REPL window. Supports mixed-mode Python/C/C++ debugging.

Exedore

Mac OS X

2015

Commercial with feature-limited free trial. A Mac-native, single-window IDE inspired by Xcode. Features integrated debugger, tabs, code completion with tab triggers, syntax highlighting themes, search and replace with regex, integrated REPL sessions, goto definition, file browser, integrated documentation browser. As of June 2015, does not support input() meaning any console input using this function is not supported.

IDEs with introspection-based code completion /or/ integrated debugger

Name

Platform

Updated

Notes

Komodo

Windows/Mac/Linux

2012

Komodo Edit (open source, as part of the Open Komodo project). Little brother to Komodo IDE.

BlackAdder

Windows/Linux

2004

Commercial; integrated debugger; interfaces with Qt Designer

eric

Python + PyQt + QScintilla

2008

Open Source, interfaces with Qt Designer, Qt Linguist, unittest; integrated debugger

SPE

Windows, Linux, MacOsX, FreeBSD, more

2008

Open-source with wxPython interface. Code completion, call tips, class explorer, source index, auto todo list, Blender support, integrated PyChecker (source code doctor) and Kiki (regex console). Download instructions

Pida

Linux, FreeBSD, ..., (Windows in progress)

2007 (2008 dev)

Open-source with GTK interface, written in Python. Supports different languages, python trough rope and pyflakes as well as rpdb2. Support different Editors (Vim, Medit, Emacs) Current Repos

SharpDevelop

.net CLR

26/7/2009

FOSS IDE uses IronPython to support making python module solutions.

NINJA-IDE

Python + PyQt + (Linux/Windows/Mac OS X)

2011

NINJA-IDE (from: "Ninja Is Not Just Another IDE"), is a cross-platform integrated development environment specially design to build Python Applications.

Aptana Studio 3

Linux, Windows and Mac OS X

10/01/2012

Aptana Studio3 is a professional, open source development tool for the open web

Pcode

Windows, Linux and Mac OSX

2014

Python 3x IDE with emphasis on power, usability and simplicity.

IDEs with integrated GUI builder

Name

Platform

Updated

Notes

MonkeyStudio

Windows/Linux/Mac

2012

OpenSource (GPL) powerful cross platform (Win,Mac,Linux) RAD GUI IDE, includes a integrated QtDesigner supports Python+PyQt4

BoaConstructor

Python + wxPython

2007

RAD GUI building IDE for wxPython, similar to Delphi.

PythonCard

Python + wxPython

2006

RAD GUI building IDE

Xcode

Mac OS X 10.5 and later

2008

Apple's free of charge IDE now with full Python GUI making. Requires free developer registration for download.

Visual Python

Python + Tkinter

2012-04-23

Visual graphic interface. Python GUI

Python Tools for Visual Studio

Windows

2011

Integrated WPF GUI Designer for IronPython (Free/OSS)

Editors

Take a look at PythonEditors if you prefer something lightweight. IDEs that don't integrate anything Python-specific are also listed at PythonEditors#Glorified_Editors.


CategoryIntegratedDevelopmentEnvironment CategoryEditors CategoryIntegratedDevelopmentEnvironment

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