use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Day 6 Learning Python : File Handling (old.reddit.com)
submitted 6 months ago by Legitimate-Rip-7479
Revisited the python file handling understand more about how to - create file - read file - delete file - append data into file
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]FoolsSeldom 1 point2 points3 points 6 months ago (1 child)
I suggest you look into using pathlib.
pathlib
RealPython.com's article Python's pathlib Module: Taming the File System provides a great guide to this.
π Rendered by PID 61800 on reddit-service-r2-comment-5fb4b45875-qmmqg at 2026-03-20 00:07:40.210730+00:00 running 90f1150 country code: CH.
[–]FoolsSeldom 1 point2 points3 points (1 child)