this post was submitted on 22 Nov 2023
293 points (100.0% liked)
196
17027 readers
908 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
If you have any questions, feel free to contact us on our matrix channel.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'd say this is pretty readable
It jams far too much on one line. Break it up. It's a mistake I see a lot on Python.
but if you do it as a for loop it would be slower
Unless you're looping over more than a million elements, that's a poor excuse.
or you're doing this a million times