The Community edition is a lightweight version of the PyCharm IDE for Python and scientific development. It is completely open source under the Apache 2 license and is freely available for download and deployment.
The following features are available in the Community edition:
- Intelligent editor: When editing Python code, the PyCharm editor makes the development process extremely convenient through the implementation of intelligent source code navigation.
- Graphical debugger: PyCharm's debugger GUI is more than just a debugger because it allows the visual confirmation of source code during debugging.
- Refactoring: PyCharm offers multiple refactoring abilities to track down affected source code references with automatic ...