cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoSpecifying file pathslemmy.mlimagemessage-square107fedilinkarrow-up11.28Karrow-down113
arrow-up11.27Karrow-down1imageSpecifying file pathslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square107fedilink
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up16arrow-down1·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!