SwordInStone@lemmy.world to Python@programming.dev · edit-27 days agoYSK: there is a library called pathlib with different methods for accessing files which you might like since they do not require a context manager message-squaremessage-square10fedilinkarrow-up127file-text
arrow-up127message-squareYSK: there is a library called pathlib with different methods for accessing files which you might like since they do not require a context manager SwordInStone@lemmy.world to Python@programming.dev · edit-27 days agomessage-square10fedilinkfile-text
https://docs.python.org/3/library/pathlib.html I’m creating this post mainly so that I don’t forget the name again.
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up3·8 days agoos/os.path functions are named after their C counterparts.
os
/os.path
functions are named after their C counterparts.