minus-squaresping@lemmy.sdf.orgtoProgrammer Humor@programming.dev•You can pry pattern matching from my cold dead handslinkfedilinkEnglisharrow-up6·19 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. linkfedilink
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.