[Python-ideas] Adding a pipe function to functools

Ed Minnix egregius313 at gmail.com
Fri Apr 15 09:41:41 EDT 2016


Hello,

I have been looking over the toolz library and one of the functions I like the most is pipe. Since most programmers are familiar with piping (via the Unix `|` symbol), and it can help make tighter code, I think it would be nice to add it to the standard library (such as functools).

- Ed Minnix


More information about the Python-ideas mailing list