18
Python's pathlib module
(www.pythonmorsels.com)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Nice, mypath.open() is a more semantic alternative to open(my path)
Don't forget about the helper functions
mypath.read_text()
andmypath.write_text(content)
that's already in the cheatsheet
Today I realised, we all prefer semantics matching oriental language semantics.
English: Open my path.
Same sentence in Hindi semantics would be: My path open.