PyDev

From Wikipedia, the free encyclopedia
PyDev
Pydev logo.png
Screenshot Vrapper.png
Original author(s)Aleks Totic
Developer(s)Appcelerator
Initial releaseJuly 2003; 18 years ago (2003-07)
Stable release
8.2.0[1] Edit this on Wikidata / 21 February 2021; 11 months ago (21 February 2021)
Written inJava, Python
Operating systemCross-platform
TypeIntegrated development environment
LicenseEclipse Public License
Websitepydev.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 among other features.

History[]

PyDev was originally created by Aleks Totic in July 2003, but Fabio Zadrozny became the project's main developer in January 2005. In September of that same year, PyDev Extensions was started as a commercial counterpart of PyDev, offering features such as code analysis and remote debugging.

In July 2008, Aptana acquired PyDev, retaining Zadrozny as the project head.[2] They open sourced PyDev Extensions in September 2009, and merged it with PyDev.[3]

When Appcelerator acquired Aptana in January 2011, they acquired PyDev by extension. Zadrozny was kept as head of the project.[4] Since then, development of PyDev has accelerated.

In March 2011, PyDev 2.0 was released with TDD actions support, and in April of the following year, version 2.5 was released with Django support. May 2013 saw a major milestone as PyDev raised more than its target in a successful crowd sourcing round to continue development, and version 2.7.5 was released. The campaign also funded Zadrozny's creation of LiClipse, a paid closed source fork of Eclipse which bundles PyDev by default.[5]

PyDev received improvements to type inference and a notable increase in contributions to code base when version 2.8 was released in July 2013.[6] Since then, numerous additional improvements have been made to PyDev and it has gained many positive reviews.[7][8]

Version 5.4.0 was released on November 30, 2016. The main new feature of this release is support for Python 3.6.[9]

Features[]

Below there are some of the features available (version 2.7.5):

  • 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
  • Django
  • 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
  • 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 (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

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 Eclipse Public License.

See also[]

  • Eclipse
  • Comparison of Python integrated development environments
  • Komodo Edit
  • PyCharm

References[]

  1. ^ https://www.pydev.org/history_pydev.html.
  2. ^ Aptana. "Aptana Acquires PyDev". Archived from the original on 2012-04-20. Retrieved 2012-08-06.
  3. ^ Zadrozny, Fabio. "PyDev Extensions Open Sourced".
  4. ^ Appcelerator. "Appcelerator Acquires Aptana".
  5. ^ "PyDev and LiClipse for a Fast, Sexy -- and Dark Eclipse". Indiegogo.
  6. ^ Zadrozny, Fabio (July 25, 2013). "PyDev adventures: PyDev 2.8.0 released".
  7. ^ Fruit, Jason. "Comparison of Python IDEs for Development".
  8. ^ "Evaluating IDEs for scientific Python". April 18, 2013.
  9. ^ "PyDev 5.4.0 (Python 3.6, Patreon crowdfunding)". pydev.blogspot.nl. Retrieved 2016-12-10.

External links[]

Retrieved from ""