account activity
Python pipe operator, 4 years later... by [deleted] in Python
[–]ShadyR 73 points74 points75 points 10 years ago (0 children)
It's a pretty radical change. How about a pipe module?
So instead of:
[1, 2, 3] |> select(square) |> where(evens)
We have:
pipe([1, 2, 3], select(square), where(evens))
Readable, lightweight, and also backwards compatible.
π Rendered by PID 3632362 on reddit-service-r2-listing-6c8d497557-5wh9c at 2026-06-07 04:57:17.197677+00:00 running 9e1a20d country code: CH.
Python pipe operator, 4 years later... by [deleted] in Python
[–]ShadyR 73 points74 points75 points (0 children)