alexcoder04@programming.dev to Programmer Humor@programming.devEnglish · 2 years agopython < shell (for scripts)programming.devimagemessage-square73fedilinkarrow-up1522arrow-down114
arrow-up1508arrow-down1imagepython < shell (for scripts)programming.devalexcoder04@programming.dev to Programmer Humor@programming.devEnglish · 2 years agomessage-square73fedilink
minus-squareRubberDucky@programming.devlinkfedilinkarrow-up2·2 years 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-squareKogasa@programming.devlinkfedilinkarrow-up1arrow-down1·2 years 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.