Coding

PyDev – Python Integrated Development Environment for Eclipse

PyDev is an open source Python plugin for Eclipse.

PyDev is an Integrated Development Environment (IDE) used for programming in Python supporting code refactoring, graphical debugging, code analysis among other features.

The recommended way of using PyDev is bundled in LiClipse, which provides PyDev builtin as well as support for other languages such as Django Templates, Mako, RST, C++, CoffeScript, Dart, HTML, JavaScript, CSS, among others.

Key Features

  • Django integration.
  • Django templates editor (requires LiClipse).
  • Code completion with auto import.
  • Documentation hovers – hovering over some element in the console shows docstrings (or other suitable description if not available).
  • Type hinting with hints for code-completion with docstrings by commenting types with the Sphinx/Epydoc format.
  • Code analysis – provides error finding in Python programs. It finds common errors such as undefined tokens, duplicated signatures and warns about things such as unused variables or unused imports. PyDev finds undefined variables, undefined variables from import, unused variables, unused imports, unused wild imports, duplicated signatures, import redefinition, unresolved imports, no ‘self’ tolk declared in a class method, mixing indentation with tabs and spaces, and bad indentation.
  • Go to definition.
  • Interactive console – allows interactive editing, running and debugging of a Python project.
  • Refactoring – keybinding, supports preview, integrated in the editor, supports undo/redo in the workspace, rename class, rename method, rename attribute, rename imports, and rename local variable.
  • Debugger – supports step in, step over, step return, continue, breakpoints (with optional condition), stack view showing multiple threads, locals and globals variable display, expressions display, temporary display for selection, and hover showing the selected expression evaluation.
  • Remote debugger.
  • Full debug support in interactive console.
  • Find referrers in debugger.
  • Tokens browser.
  • Unittest integration – allows using different test runners, and see the results in a view with a red/green bar. The PyUnit view shows the results of tests being run, their output, time, re-running tests, among others.
  • Outline view.
  • Code coverage – code coverage integration in PyDev.
  • Code folding.
  • PyLint integration – a source code, bug and quality checker for Python.
  • Find References (Ctrl+Shift+G).
  • CPython, Jython and IronPython support.
  • TODO tasks.
  • Content Assistants:
    • Assign result to attribute or local.
    • Surround code with try..catch / finally.
    • Create docstring.
    • Move import to global scope.
  • Python 2.x and 3.x syntax

Website: www.pydev.org
Support: Documentation, GitHub, Blog, Mailing List
Developer: Appcelerator
License: Eclipse Public License

PyDev

PyDev is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Python Integrated Development Environments
PyCharmFull-featured IDE. Two editions are available, one is open source software
SpyderPython development environment providing MATLAB-like features
ericFull featured Python editor and IDE, written in Python
ThonnyTk-based IDE designed for novice programmers
PyDevPython plugin for Eclipse
LeoPIM, IDE and outliner
PyzoInteractive editor for scientific Python
PTKInteractive environment for Python
IDLEPython’s Integrated Development and Learning Environment

Read our verdict in the software roundup.

Integrated Development Environments
RStudioEnterprise-ready professional software for R
PyCharmIntegrated Development Environment for Python
NeovimContinuation and extension of Vim
LapceFast and powerful code editor written in Rust
NetBeans IDEJava based IDE from Apache
VSCodiumBinary distribution of VS Code
EclipseJava based environment combining a number of different Eclipse projects
Qt CreatorCross-platform, complete Integrated Development Environment
SpyderThe Scientific Python Development Environment
KDevelopAn easy to use IDE for KDE
HelixPost-modern modal text editor
PositronNext-generation data science IDE
ericFull featured Python editor and IDE
ThonnyPython Integrated Development Environment for Beginners
LazarusDelphi compatible cross-platform IDE
PyDevPython Integrated Development Environment for Eclipse
GambasDevelopment environment and a full powerful development platform
LeoPython based IDE, Outliner and PIM
IntelliJ IDEAIDE for Java, Groovy, and other languages
LiteIDEEdit and build Go projects
Arduino IDEElectronics prototyping platform
ZeroBrane StudioLightweight Lua-based IDE for Lua
CodeLitePowerful and lightweight C/C++ IDE
PyzoCross-Platform Python IDE focused on interactivity and introspection
DrRacketIDE for the Racket programming languages
BuilderIDE for GNOME
GeanySmall and lightweight IDE based on Scintilla
Code::BlocksVery extensible and fully configurable
Ecere SDKSoftware development kit
ZasperIDE for Data Science
U++Rapid application development framework
roobuilderVala and JavaScript IDE

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments