cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoSpecifying file pathslemmy.mlexternal-linkmessage-square133fedilinkarrow-up11.47Kcross-posted to: [email protected]
arrow-up11.47Kexternal-linkSpecifying file pathslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square133fedilinkcross-posted to: [email protected]
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up19·2 months agoNobody is stopping you from using forward slashes. Python will translate the path for the current platform.
minus-squareLichtblitz@discuss.tchncs.delinkfedilinkarrow-up5·2 months 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!