Alex to Programmer Humor@lemmy.ml • 1 year agoA week of fprintfs has me wanting to code rust next weeklemmy.mlimagemessage-square94fedilinkarrow-up11.06Karrow-down10
arrow-up11.06Karrow-down1imageA week of fprintfs has me wanting to code rust next weeklemmy.mlAlex to Programmer Humor@lemmy.ml • 1 year agomessage-square94fedilink
minus-square@Kache@lemm.eelinkfedilink10•1 year agoWhat kind of quick one off scripts have large complex scopes where variable renames are difficult to track? Besides, these days Python has great LSPs and typing features that can even surpass the traditional typed langs
minus-squaremagic_lobster_partylinkfedilink3•1 year agoMostly number crunching and data exploration tasks. Just so I can make informed decisions about the data I got. I do this rarely enough so it hasn’t been worth for me to install all these extra third party support wheels.
minus-square@potustheplant@feddit.nllinkfedilink4•edit-21 year agoThose support wheels are for your own (and apparently systematic) errors…
What kind of quick one off scripts have large complex scopes where variable renames are difficult to track?
Besides, these days Python has great LSPs and typing features that can even surpass the traditional typed langs
Mostly number crunching and data exploration tasks. Just so I can make informed decisions about the data I got. I do this rarely enough so it hasn’t been worth for me to install all these extra third party support wheels.
Those support wheels are for your own (and apparently systematic) errors…