cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoSpecifying file pathslemmy.mlimagemessage-square121fedilinkarrow-up11.42Kcross-posted to: programmerhumor@lemmy.ml
arrow-up11.42KimageSpecifying file pathslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square121fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up17·1 month agoNobody is stopping you from using forward slashes. Python will translate the path for the current platform.
minus-squareLichtblitz@discuss.tchncs.delinkfedilinkarrow-up5·1 month 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