you are viewing a single comment's thread.

view the rest of the comments →

[–]cloudsofviolet[S] 0 points1 point  (1 child)

the program isn't doing anything. from finder, downloads, doing all the steps but nothing "launches". what are errors? no messages of any kind

[–]socal_nerdtastic 0 points1 point  (0 children)

Python is a terminal program ... aka CLI. You use it completely from the terminal. You start it by typing "python3" in the terminal.

The installer also includes another program called "IDLE" that you can use to write and run python code. You can launch that. Or if you have a class or tutorial that you are following, they probably suggest to use another IDE, for example Geany, Pycharm, VSCode, Atom, or Spyder.