Python
To develop Python scripts in CLion:
Download and install Python.
Install and enable the Python plugin (press Ctrl+Alt+S and go to Plugins).
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.10
Python support in CLion
CLion provides the following features to help working 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.
Last modified: 06 July 2021