Gollum@feddit.org to Programmer Humor · 21 days agoBreaking Newsfeddit.orgimagemessage-square26linkfedilinkarrow-up1970arrow-down119
arrow-up1951arrow-down1imageBreaking Newsfeddit.orgGollum@feddit.org to Programmer Humor · 21 days agomessage-square26linkfedilink
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up5arrow-down1·21 days agoNumpy is what makes python fast though
minus-squareQuazarOmega@lemy.lollinkfedilinkarrow-up9·21 days agoIt’ll make you fast as well once the IRS catches up
minus-squareReptorianlinkfedilinkarrow-up2arrow-down2·21 days agoNumpy is good for that. But, I gravitate toward naturally faster langs where I don’t need to import a library for speed. I use Python for simple, dumb scripts.
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up8·21 days agoYou just perform all matrix operations in assembly?
minus-squareReptorianlinkfedilinkarrow-up1·21 days agoNot what I’m saying. Just saying if I need speed, I’d use a naturally faster language.
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up5·21 days agoI like lower languages as well well, but everything doesn’t need to be built in C/C++/Rust and so on.
Numpy is what makes python fast though
It’ll make you fast as well once the IRS catches up
Numpy is good for that. But, I gravitate toward naturally faster langs where I don’t need to import a library for speed. I use Python for simple, dumb scripts.
You just perform all matrix operations in assembly?
Not what I’m saying. Just saying if I need speed, I’d use a naturally faster language.
I like lower languages as well well, but everything doesn’t need to be built in C/C++/Rust and so on.