flamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · vor 14 TagenYou can pry pattern matching from my cold dead handssopuli.xyzimagemessage-square230linkfedilinkarrow-up1534arrow-down121
arrow-up1513arrow-down1imageYou can pry pattern matching from my cold dead handssopuli.xyzflamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · vor 14 Tagenmessage-square230linkfedilink
minus-squaresping@lemmy.sdf.orglinkfedilinkEnglisharrow-up6·vor 12 TagenThings is you don’t crunch numbers in Python code, you do that in libraries called from Python. It’s a few statements of orchestration and any heavy lifting is encapsulated compiled code. You don’t do tight loops on Python, or if you do you’re using it wrong.
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up1·vor 12 TagenThis was mostly tongue in cheek, probably not very clear 😅 But yeah, fully agree with you.
Things is you don’t crunch numbers in Python code, you do that in libraries called from Python.
It’s a few statements of orchestration and any heavy lifting is encapsulated compiled code.
You don’t do tight loops on Python, or if you do you’re using it wrong.
This was mostly tongue in cheek, probably not very clear 😅
But yeah, fully agree with you.