Python language support
To develop Python scripts in IntelliJ IDEA:
Download and install Python.
Configure at least one Python SDK.
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.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:
The following features are available as part of Python 3.10 support:
The following features are available as part of Python 3.9 support:
The following features are available as part of Python 3.8 support
PEP-589 – TypedDict: Type Hints for Dictionaries with a Fixed Set of Keys
Python bug tracker task #36817 – Support = expressions in f-strings
IntelliJ IDEA integrates the following features of Python 3.7:
Python support in IntelliJ IDEA
IntelliJ IDEA provides the following features to help you work with Python:
Dedicated module type.
Ability to configure interpreters.
Run/debug configurations for Python, and Python remote debug.
Code completion and resolve.
Built-in code formatter and separate set of Python code style settings.
Find usages in Python code.
Creating Python documentation comments.
Configuring Python debugger.