PyDev
{{Primary sources|date=September 2011}}
{{Infobox software
| name = PyDev
| logo = Pydev logo.png
| logo alt =
| screenshot = Screenshot Vrapper.png
| screenshot alt =
| caption =
| collapsible =
| author = Aleks Totic
| developer = Appcelerator
| released = {{Start date and age|2003|07}}
| discontinued =
| latest release version = {{wikidata|property|edit|reference|P348}}
| latest release date = {{start date and age|{{wikidata|qualifier|P348|P577}}}}
| latest preview version =
| latest preview date =
| programming language = Java, Python
| operating system = Cross-platform
| platform =
| size =
| language =
| language count =
| language footnote =
| genre = Integrated development environment
| license = Eclipse Public License
| alexa =
| website = {{URL|pydev.org}}
| standard =
| AsOf =
}}
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.{{cite web|last=Aptana|title=Aptana Acquires PyDev|url=http://aptana.ulitzer.com/node/654422/mobile|access-date=2012-08-06|archive-url=https://web.archive.org/web/20120420132905/http://aptana.ulitzer.com/node/654422/mobile|archive-date=2012-04-20|url-status=dead}} They open sourced PyDev Extensions in September 2009, and merged it with PyDev.{{cite web|last=Zadrozny|first=Fabio|title=PyDev Extensions Open Sourced|date=3 September 2009 |url=http://pydev.blogspot.com.br/2009/09/pydev-150-pydev-extensions-open-sourced.html}}
When Appcelerator acquired Aptana in January 2011, they acquired PyDev by extension. Zadrozny was kept as head of the project.{{cite web|last=Appcelerator|title=Appcelerator Acquires Aptana|url=http://developer.appcelerator.com/blog/2011/01/appcelerator-acquires-aptana.html}} 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.{{Cite web|url=http://www.indiegogo.com/projects/352570/fblk|title=PyDev and LiClipse for a Fast, Sexy -- and Dark Eclipse|website=Indiegogo}}
PyDev received improvements to type inference and a notable increase in contributions to code base when version 2.8 was released in July 2013.{{Cite web|url=http://pydev.blogspot.com/2013/07/pydev-280-released.html|title=PyDev adventures: PyDev 2.8.0 released|first=Fabio|last=Zadrozny|date=July 25, 2013}} Since then, numerous additional improvements have been made to PyDev and it has gained many positive reviews.{{cite web|last=Fruit|first=Jason|title=Comparison of Python IDEs for Development|date=14 January 2013 |url=http://www.pythoncentral.io/comparison-of-python-ides-development/#pydev}}{{Cite web|url=https://xcorr.net/2013/04/17/evaluating-ides-for-scientific-python/|title=Evaluating IDEs for scientific Python|date=April 18, 2013}}
Version 5.4.0 was released on November 30, 2016. The main new feature of this release is support for Python 3.6.{{Cite web|url=https://pydev.blogspot.nl/2016/11/pydev-540-python-36-patreon-crowdfunding.html|title=PyDev 5.4.0 (Python 3.6, Patreon crowdfunding)|website=pydev.blogspot.nl|date=30 November 2016 |access-date=2016-12-10}}
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
{{Portal|Free and open-source software}}
References
{{Reflist}}
External links
- {{Official website|pydev.org}}
{{Eclipse plugins}}
{{Integrated development environments}}
Category:Free computer libraries
Category:Free integrated development environments
Category:Free integrated development environments for Python