How to open Python on Windows

I installed Python 3.12.3 and the installer said installasion was succesful
But I can’t find a wat to open it
I also tried to modify some stuff but it didn’t work
So does anyone know how to fix this?
I would really apreciate your help
Thank you

I am going to assume you are a windows user.
Have a read of this and follow up here if it does not help: 4. Using Python on Windows — Python 3.12.3 documentation

Hi,

I had a similar issue.

If you installed it on Windows, you can create a shortcut by going to the following folder:

'C:\Users\your_pc_name\AppData\Local\Programs\Python\Python312'

In there, you should see an application icon:

python_app

Right-click on it. Go to: Show more options then Select Create shortcut.
You now should have a Python shortcut on your computer display terminal.

Or you can just type py and avoid all the PATH problems of Windows.