alexcoder04@programming.dev to Programmer Humor@programming.devEnglish · 2 years agopython < shell (for scripts)programming.devimagemessage-square82fedilinkarrow-up1623arrow-down117
arrow-up1606arrow-down1imagepython < shell (for scripts)programming.devalexcoder04@programming.dev to Programmer Humor@programming.devEnglish · 2 years agomessage-square82fedilink
minus-squareDiplomjodler@feddit.delinkfedilinkarrow-up2·2 years agoAs long as you do all your lookups with dicts or sets performance is pretty decent for smaller workloads.
minus-squaregrue@lemmy.mllinkfedilinkarrow-up1·2 years agoPython is secretly a functional-paradigm language. If you’re not making liberal use of comprehensions instead of loops (especially loops with LBYL conditions in them), you’re doing it wrong.
As long as you do all your lookups with dicts or sets performance is pretty decent for smaller workloads.
Python is secretly a functional-paradigm language. If you’re not making liberal use of comprehensions instead of loops (especially loops with LBYL conditions in them), you’re doing it wrong.