SwordInStone@lemmy.world to Python@programming.dev · edit-22 months 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-up126arrow-down113file-text
arrow-up113arrow-down1message-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-22 months 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-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·edit-22 months agoyou can also enable this rule set to remind you https://docs.astral.sh/ruff/rules/#flake8-use-pathlib-pth
you can also enable this rule set to remind you https://docs.astral.sh/ruff/rules/#flake8-use-pathlib-pth
hell ye