abhi9u@lemmy.world to Technology@lemmy.worldEnglish · 11 months agoPython Performance: Why 'if not list' is 2x Faster Than Using len()blog.codingconfessions.comexternal-linkmessage-square131linkfedilinkarrow-up1216arrow-down124cross-posted to: python@programming.dev
arrow-up1192arrow-down1external-linkPython Performance: Why 'if not list' is 2x Faster Than Using len()blog.codingconfessions.comabhi9u@lemmy.world to Technology@lemmy.worldEnglish · 11 months agomessage-square131linkfedilinkcross-posted to: python@programming.dev
minus-squaregigachad@sh.itjust.workslinkfedilinkEnglisharrow-up7arrow-down1·11 months agoI don’t like it very much, my variable could also be None here
I don’t like it very much, my variable could also be
Nonehere