I recently switched from years of java coding to python, and I am having difficulty running programs in command prompt. I set the PATH variable in system variables to include C:\Python27, and the ">>>" sign comes up when i just type "python" into the command prompt. However, even though the directory is set and I am saving all the new programs into C:\Python27, it is still giving me an error when I type in "python programexample.py" into the command line or the command line given with ">>>". If anyone could give me tips as to what to do in this situation, like what to change or where to save my programs, that would be amazing