cm0002@lemmy.world to Programmer Humor@programming.dev · 12 hours agoSpecifying file pathslemmy.mlimagemessage-square69fedilinkarrow-up1844arrow-down16cross-posted to: linuxmemes@lemmy.world
arrow-up1838arrow-down1imageSpecifying file pathslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 12 hours agomessage-square69fedilinkcross-posted to: linuxmemes@lemmy.world
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up15·10 hours agoNobody is stopping you from using forward slashes. Python will translate the path for the current platform.
minus-squareLichtblitz@discuss.tchncs.delinkfedilinkarrow-up1·3 hours agoPython doesn’t have to. Windows supports both out of the box. Has been for many, many years
Nobody is stopping you from using forward slashes. Python will translate the path for the current platform.
Python doesn’t have to. Windows supports both out of the box. Has been for many, many years
Good to know!