Gollum@feddit.org to Programmer Humor@programming.dev · 6 months agoBreaking Newsfeddit.orgexternal-linkmessage-square8linkfedilinkarrow-up145arrow-down10
arrow-up145arrow-down1external-linkBreaking Newsfeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 6 months agomessage-square8linkfedilink
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up1·6 months agoNumpy is what makes python fast though
minus-squareReptorian@programming.devlinkfedilinkarrow-up0·6 months 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-up1·6 months agoYou just perform all matrix operations in assembly?
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up1·6 months 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
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?
I like lower languages as well well, but everything doesn’t need to be built in C/C++/Rust and so on.