cm0002@lemmy.world to Programmer Humor@programming.dev · 4 days agoSpecifying file pathslemmy.mlimagemessage-square131fedilinkarrow-up11.42Karrow-down114
arrow-up11.41Karrow-down1imageSpecifying file pathslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 4 days agomessage-square131fedilink
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·3 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!