I am currently learning python programming with https://automatetheboringstuff.com/2e/appendixb/, which touches on how to run a script from outside of IDLE.
However, by following the instructions, typing in the path to my scripts: The path to my scripts: c:\users\XXXX XXX\hello1.py 1) in the terminal, it returns "c:\users XXXX is not recognized as an internal or external command, operable program or batch file."
2) typing in 'py' followed by the path to my scripts in the run dialog, ie wind + R, it returns "windows cannot find 'py'. Make sure you typed the name correctly, and then try again" And if I type the path without the 'py' it just opens the script file which is not what I want.
3) in the teaching materials, the instructor uses 'tab completion' in cmd, but when i press tab it just input a tab space. I did some desktop research, and tried changing the "completionchar" to "9" in the "registry editor" hoping to enable the auto completion, but it still doesn't help.
I am a beginner and I hope my question is not unreasonable. Please help, my respected python gods.
Alex