alexcoder04 to Programmer HumorEnglish · 1 year agopython < shell (for scripts)imagemessage-square74fedilinkarrow-up1626arrow-down117
arrow-up1609arrow-down1imagepython < shell (for scripts)alexcoder04 to Programmer HumorEnglish · 1 year agomessage-square74fedilink
minus-squareRubberDuckylinkfedilinkarrow-up3·1 year agoRuntime environments can change often, if you need to install your application on a ton of PC’s you don’t want to install python version 3.X on all of those instead you could just compile it into a native binary, pip is the most unsafe hell
minus-squareKogasalinkfedilinkarrow-up1arrow-down1·1 year agoIf you’re compiling a native binary you DEFINITELY aren’t in scripting territory anymore.
Runtime environments can change often, if you need to install your application on a ton of PC’s you don’t want to install python version 3.X on all of those instead you could just compile it into a native binary, pip is the most unsafe hell
If you’re compiling a native binary you DEFINITELY aren’t in scripting territory anymore.