cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoSpecifying file pathslemmy.mlimagemessage-square99fedilinkarrow-up11.25Karrow-down111cross-posted to: linuxmemes@lemmy.world
arrow-up11.24Karrow-down1imageSpecifying file pathslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square99fedilinkcross-posted to: linuxmemes@lemmy.world
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up18·2 days agoNobody is stopping you from using forward slashes. Python will translate the path for the current platform.
minus-squareLichtblitz@discuss.tchncs.delinkfedilinkarrow-up3·1 day 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!