On Sat, 2 Feb 2019, 21:46 Brendan Barnwell <brenb...@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
_______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/