Don't really know where else to post this.
Recently I started the python vids. I see you kinda walk us through setting it up the python environment on OS X but what about us windows guys who are following along.
Through Google I got the basics running but I can't seem to get Python hello_world.py to work. Unless I open a command prompt in the same folder as hello_world.py . when I do that I can just type in Python hello_world.py. And it works.
How do I get it so when I save my py script to let's say c:\pythonstuff I can open a cmd prompt anywhere and type in Python hello_world.py and hello_world.py would run?