I’ll introduce how to run Python programs from Mac’s terminal.
For example, let’s say you want to execute a Python program called test.py.
In this case, you can navigate to the directory where the test.py file is located and run it by specifying just the filename:
python test.py
That’s all from the Gemba.