Troubleshooting FileNotFoundError: [Errno 2] No such file or directory: errors in Python

preview_player
Показать описание
There's a lot to keep track of when you're first learning to open and read files. I've cataloged some of the most common errors I've seen from my beginner and intermediate students here, along with their causes and remedies. Come have fun learning Python with me!

This channel is suitable for beginners or experienced programmers who want to learn Java, Python, pygame, R (or general principles), and also for instructors teaching programming.

The github repository with the code from this video is here:

If you want to earn credit for learning to code, take an online course at CCRI! We have courses in Python, Java, and other languages:
Рекомендации по теме
Комментарии
Автор

wish I could like this as many times as ive used it haha

blitzcreegzero
Автор

So i created a batch file that opens a python file. The only way it seems to be working is if I save the file in the working directory but i don't want to have it saved there. How could i be able to do this without saving it in the working directory of python.

blacklotus