[Python-ideas] Adding list.pluck()

Oleg Broytman phd at phdru.name
Fri Jun 1 23:16:30 CEST 2012


On Sat, Jun 02, 2012 at 12:10:03AM +0300, Cenk Alt?? <cenkalti at gmail.com> wrote:
> pluck() is a beautiful function which is in underscore.js library.
> Described as "A convenient version of what is perhaps the most common
> use-case for map: extracting a list of property values."
> 
> http://documentcloud.github.com/underscore/#pluck
> 
> What about it implementing for python lists? And maybe for other iterables?

   Like operator.attrgetter?
http://docs.python.org/library/operator.html#operator.attrgetter

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            phd at phdru.name
           Programmers don't die, they just GOSUB without RETURN.



More information about the Python-ideas mailing list