Luis Norambuena@programming.devM to Python@programming.devEnglish · 5 months agoPython's pathlib modulewww.pythonmorsels.comexternal-linkmessage-square2fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkPython's pathlib modulewww.pythonmorsels.comLuis Norambuena@programming.devM to Python@programming.devEnglish · 5 months agomessage-square2fedilinkfile-text
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up0·5 months agoNice, mypath.open() is a more semantic alternative to open(my path)
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up0·5 months agoDon’t forget about the helper functions mypath.read_text() and mypath.write_text(content)
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)