Python 101: Can’t open file: No such file or directory
here’s a quick background: I am on day 1 of learning Python. No prior coding experience. Running Windows 8. Python 2.7 installed (location: C:\Python27). I have added the path “C:\Python27\;” to the environment variables and ‘.py:’ to PATHEXT. I am able to launch Python. To learn, I’m starting with the Google Developers course on Python. … Read more