cm0002@lemmy.world to Programmer Humor@programming.dev · 4 days agoSpecifying file pathslemmy.mlimagemessage-square131fedilinkarrow-up11.43Kcross-posted to: [email protected]
arrow-up11.43KimageSpecifying file pathslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 4 days agomessage-square131fedilinkcross-posted to: [email protected]
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up19·4 days agoNobody is stopping you from using forward slashes. Python will translate the path for the current platform.
minus-squareLichtblitz@discuss.tchncs.delinkfedilinkarrow-up4·4 days 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!