[Python-ideas] Vectorization [was Re: Add list.join() please]

Robert Vanden Eynde robertve92 at gmail.com
Sun Feb 3 18:39:21 EST 2019


On Sat, 2 Feb 2019, 21:46 Brendan Barnwell <brenbarn at brenbarn.net wrote:

Yeah, it's called pip install funcoperators :

>  some_list @ str.lower @ tokenize @ remove_stopwords
>

→ some_list @ to(str.lower) @ to(tokenize) @ to(remove_stopwords)

Where from funcoperators import postfix as to
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20190204/5a05a511/attachment.html>


More information about the Python-ideas mailing list