|
|
|
|
|
by dkersten
2246 days ago
|
|
Isn’t set builder notation done in the opposite direction at least? Ie given these things which are elements of blah, take these values. In Python it’s reverse, which makes sense in English but is harder to read as a sequence of steps: take these values from this set but only if... Kinda like SQL: select from where I prefer it as a sequence of steps that get performed one after the other like a pipeline. |
|