PyDev favicon

PyDev

PyDev is a third-party plug-in for Eclipse. It is an Integrated Development Environment (IDE) used for programming in Python supporting code refactoring, graphical debugging, code analysis and many other features.FeaturesBelow there are some of the features available : CPython, Jython and IronPython support Code completion Code completion with auto-import Code analysis Debugger Django Remote Debugger Debug console Interactive console Python 2.x and 3.x syntax Basic syntax highlighting Parser errors Outline view Tabs or spaces preferences Smart indent / dedent Comment / uncomment / comment blocks Code folding Go to definition Code coverage Mark occurrences Pylint integration TODO tasks Content Assistants Assign result to attribute or local Surround code with try..catch / finally Create docstring Move import to global scope Quick-outline See the Complete Feature Matrix for all features.

PyScripter

PyScripter

PyScripter is a free and open-source Python Integrated Development Environment (IDE) created with the ambition to become compe ...

bpython

bpython

bpython is a fancy interface to the Python interpreter for Unix-like operating systems (I hear it works fine on OS X). It is r ...

IDLE

IDLE

Default IDE which come installed with the Python programming language. It aims to be simple and intuitive, and is especially u ...