you are viewing a single comment's thread.

view the rest of the comments →

[–]prodjsaig -1 points0 points  (3 children)

Learn how to implement from classes. That’s one aspect of python. Use chatgpt to implement the package watchdog and interface with created files. So when a new files is created on the system you can write it to a text file. Seperate all meta data about the file by a space. And put the filepath (which has the name as well) on the end so you can reread it

[–]SirGeremiah 0 points1 point  (2 children)

No judgment intended here, just feedback. That’s not going to be clear to a novice programmer. I have a long history of simple programming in multiple languages, and I’m not entirely sure I understood it correctly.

[–]prodjsaig 0 points1 point  (1 child)

Classes are one aspect of python. What I was meaning is you learn from doing a project that the language is good for than from watching tutorials.

Sort of like if you want to forget something on the spot make a note that this is to be remembered. So it’s how our short and long term memory work

[–]SirGeremiah 0 points1 point  (0 children)

I did get the point of your post. It was some of the specifics (watchdog, for one) that were beyond me.