Can I use IntelliJ for Python?
For working with Python code in IntelliJ IDEA, you would have to configure at least a single interpreter. A system interpreter would come along with Python installation. This can be leveraged for IntelliJ Python scripts. You can also take it in the form of a base interpreter meant for dealing with Python virtual environments.
Learn more about using IntelliJ for Python: Configure a Python interpreter | PyCharm Documentation