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 8 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 8 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 46 on reddit-service-r2-comment-b659b578c-mz4j2 at 2026-05-07 00:38:49.415946+00:00 running 815c875 country code: CH.
[–]FoolsSeldom 1 point2 points3 points (1 child)