flamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · 4 days agoYou can pry pattern matching from my cold dead handssopuli.xyzimagemessage-square207linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageYou can pry pattern matching from my cold dead handssopuli.xyzflamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · 4 days agomessage-square207linkfedilink
minus-squaresping@lemmy.sdf.orglinkfedilinkEnglisharrow-up0·2 days agoThings 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.
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.