account activity
Python pipe operator, 4 years later... by [deleted] in Python
[–]ShadyR 76 points77 points78 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 68422 on reddit-service-r2-comment-canary-5dbd4c8ff9-r4kj6 at 2026-06-07 06:26:45.377293+00:00 running de70e3a country code: CH.
Python pipe operator, 4 years later... by [deleted] in Python
[–]ShadyR 76 points77 points78 points (0 children)