[Python-ideas] sequence.apply(function)

anatoly techtonik techtonik at gmail.com
Sat Sep 1 08:29:37 CEST 2012


Idea: Apply function to every element of a sequence and return new
sequence. It's more pythonic than map(), because clearly works only as
a list method.
--
anatoly t.



More information about the Python-ideas mailing list