© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Gergely Polonkai
You have to believe in things that are not true. How else would they become?
I wonder if Pythons list comprehensions count:
[e.field for e in a_list if condition]
My code base is full of constructs like this.