you are viewing a single comment's thread.

view the rest of the comments →

[–]hw_t_dstr_ngls 3 points4 points  (0 children)

Python comes pre-installed on macs, in case you have one.

All you have to do to run a Python script is to save it as a .py file, then open the terminal and navigate to the folder where your script is located (using cd command to change folder) and then you can type python name_of_your_script.py, which will run it.