Python Won't Open From Desktop

I am new to python, I am a student. I downloaded it and when I open it, a window pops up and says Modify Setup. I can’t get past that window.

If you can help PLEASE I’d really appreciate it. My homework assignment is due on Sunday night.

That’s the installer. All it does is install the software.

There isn’t an IDE (Integrated Develpment Environment) as such, although there is IDLE, which you should be able to find on the Start Menu under Python (assuming you’re using Windows).

There are a number of 3rd-party editors available that you can use when working with Python, or you can use Visual Studio Code from Microsoft.

1 Like

Thanks! Bro, much appreciated.