PyCharm

PyCharm
Developer(s) JetBrains
Initial release July 2010
Stable release 4.0.6 / April 3, 2015
Written in Java, Python
Operating system Cross-platform
Type Integrated development environment
License Professional Edition: Proprietary
Community Edition: Apache License
Website www.jetbrains.com/pycharm/

PyCharm is an Integrated Development Environment (IDE) used for programming in Python. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django. PyCharm is developed by the Czech company JetBrains.[1]

It is cross-platform working on Windows, Mac OS X and Linux. PyCharm has a Professional Edition, released under a proprietary license and a Community Edition released under the Apache License.[2] PyCharm Community Edition is less extensive than the Professional Edition.

Features

History

PyCharm was released to the market of the Python-focused IDE's to compete with Eclipse's PyDev or the more broadly focused Komodo IDE by ActiveState.

The beta version of the product was released in July 2010, with the 1.0 arriving 3 months later. Version 2.0 was released on 13 December 2011, version 3.0 was released on 24 September 2013, and version 4.0 was released on November 19, 2014.[3]

PyCharm Community Edition, the open source version of PyCharm, became available on 22 October 2013.[2]

Licensing

PyCharm Professional Edition has several license options, which feature same software functionality and differ in their price and terms of use.

PyCharm Professional Edition is free for open source projects and for some educational uses. There is also an Academic license which is discounted for other educational use.[4]

PyCharm Community Edition is distributed under Apache 2 license. The source code is available on GitHub

See also

References

External links