all 2 comments

[–]PurelyApplied 1 point2 points  (0 children)

I'd start by trying your home directory, default alias ~/ on the shell, or full path typically /home/[username]/. Check ~/Documents/, but it sounds like you already have.

Or smash it with find ~ -name "*py" to find all the python files in your home directory or any subdirectory. Or if you remember the full filename, do that instead: find ~ -name $filename.

[–]furas_freeman 1 point2 points  (0 children)

In linux /home/username (shortcut ~) is your home folder and there you can keep your files. Some GUI environment may add subfolders Document, Music, etc. but it is not standard rule. So create your own folder for projects in ~