This article may rely excessively on sources too closely associated with the subject , potentially preventing the article from being verifiable and neutral.(October 2015) |
PyCharm | |
---|---|
![]() | |
![]() PyCharm 2023.2 Community Edition | |
Developer(s) | JetBrains |
Initial release | 3 February 2010 |
Stable release | |
Written in | Java, Python |
Operating system | Windows, macOS, Linux |
Size | 0.87–1.3 GB |
Type | Python IDE |
License |
|
Website | www |
PyCharm Edu | |
---|---|
![]() | |
Developer(s) | JetBrains |
Initial release | 30 October 2014 [2] |
Final release | 2022.2.5 (Build: 222.4554.11) / 16 March 2023 [3] |
Written in | Java, Python |
Operating system | Windows, macOS, Linux |
Size | 320–430 MB |
Type | IDE |
License | Apache License 2.0 |
Website | www |
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, and supports web development with Django. PyCharm is developed by the Czech company JetBrains and built on their IntelliJ platform. [4]
PyCharm is cross-platform, working on Microsoft Windows, macOS, and Linux. Portions of PyCharm's source code are released under the Apache License [5] and available on GitHub, and a subscription is available to gain access to proprietary features. [6]
PyCharm was released to the market of the Python-focused IDEs to compete with PyDev (for Eclipse) or the more broadly focused Komodo IDE by ActiveState.[ citation needed ]
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 December 13, 2011, version 3.0 was released on September 24, 2013, and version 4.0 was released on November 19, 2014. [19]
PyCharm became open source on October 22, 2013. The open source variant is released under the name Community Edition while the commercial variant, Professional Edition, contains closed-source modules. [5]
As of December 2022, JetBrains has discontinued PyCharm Edu and IntelliJ IDEA Edu. The educational functionality is now bundled with the Community and Professional editions of IntelliJ IDEA and PyCharm. [3] Users are encouraged to install the Community or Professional editions and enable educational features through the IDE settings.
In April 2025, PyCharm Professional Edition and PyCharm Community Edition were merged into a "unified product", now simply called PyCharm. The new version of PyCharm can be used free of charge, with a licensing fee available to gain access to features previously exclusive to the Professional Edition. [20]
Portions of PyCharm's source code are distributed under the Apache 2 license. The source code is available on GitHub. [21] A Pro subscription can be purchased to gain access to additional features, primarily geared towards a faster workflow and machine learning tools; however, the core IDE can be used free of charge. [20]
The PyCharm Python IDE does not feature a GUI builder for now. While there is no native GUI builder provided within PyCharm, by using PySide6/PyQt6 (the Python bindings to Qt V6), one can gain access to the Qt Widget Designer graphical UI builder.
{{cite web}}
: Missing or empty |title=
(help)