Jump to content

PyDev: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m →‎Features: sp launched WP:TYPO
Shabda (talk | contribs)
Line 81: Line 81:
* [[Eclipse (software)|Eclipse]]
* [[Eclipse (software)|Eclipse]]
* [[Comparison of integrated development environments#Python|Comparison of Python integrated development environments]]
* [[Comparison of integrated development environments#Python|Comparison of Python integrated development environments]]
* [[ActiveState_Komodo|Komodo Edit]]
* [[PyCharm]]


==External links==
==External links==

Revision as of 15:34, 6 November 2010

Pydev
Developer(s)Aptana
Stable release
1.6.1 / August 3, 2010 (2010-08-03)
Operating systemCross-platform
TypeIntegrated development environment
LicenseEclipse Public License
Websitehttp://pydev.org/

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.

History

Date
2003 - July Created by Aleks Totic
2005 - January Assumed by Fabio Zadrozny
2005 - September Pydev Extensions was started as a commercial counterpart of Pydev, offering features such as code-analysis and remote debugging
2008 - July Acquired by Aptana (while still maintaining Fabio Zadrozny as head of the project)
2009 - September Aptana open sourced Pydev Extensions (and merged it with Pydev)

Features

Below there are some of the features available (version 1.5.3)

  • CPython, Jython and IronPython support
  • Code completion
  • Code completion with auto-import
  • Code analysis (with quick-fix for problems found in code analysis—Ctrl+1)
  • Debugger
  • Remote Debugger (allows debugging scripts not launched from within Eclipse)
  • Debug console (allows interactive probing in suspended mode)
  • Interactive console
  • Python 2.x and 3.x syntax
  • 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 (Ctrl+1)
    • Assign result to attribute or local
    • Surround code with try..catch / finally
    • Create docstring
    • Move import to global scope
  • Keywords presented as auto-completions as you type
  • Quick-outline

See the Complete Feature Matrix for all features.

Pydev Extensions

Until September 2009, two versions of Pydev existed: an Open Source version, and a shareware version called Pydev Extensions. Certain advanced features such as code analysis, quick-fixes, and remote debugging were reserved for the non-free version. On September 3, 2009, Aptana announced Pydev version 1.5, a combined version of Pydev and Pydev Extensions, all available under the open-source Eclipse license.

See also