Python
To develop Python scripts in CLion:
Download and install Python.
Make sure that the bundled Python Community Edition plugin is enabled.
Configure at least one Python interpreter.
If you are a Windows user, we recommend that you install Python for Windows.
Python 2: version 2.7
Python 3: from the version 3.6 up to the version 3.13
The following features are available as part of Python 3.13 support:
The following features are available as part of Python 3.12 support:
The following features are available as part of Python 3.11 support:
CLion provides the following features to help you work with Python:
Ability to configure local interpreters.
Python console.
Run/debug configurations for Python.
Code inspections.
Intention actions.
Code completion and resolve.
Built-in code formatter and separate set of Python code style settings.
Find usages in Python code.
Configuring Python debugger.
tip
If you are working with Python extension modules, see Debug Python extensions in CLion.
Thanks for your feedback!