Python
Last modified: 13 January 2023To 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.
Supported versions
Python 2: version 2.7
Python 3: from the version 3.6 up to the version 3.12
Python support in CLion
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.