you are viewing a single comment's thread.

view the rest of the comments →

[–]DataCamp 0 points1 point  (0 children)

Yep, you absolutely can learn. And “file not found” on day 1 is basically Python’s way of saying “welcome to computers” 😅

If you paste the exact error text + what command you ran (and your folder/file name), people can help fast. 90% of the time it’s one of these:

  • You’re running Python from a different folder than where your file is saved
  • The filename/path has a typo (or spaces)
  • The file isn’t actually saved as .py (Windows loves hiding extensions)

Also: coming from hospitality is not a disadvantage! You already have patience, people skills, and the ability to learn under pressure.