On Tue, 25 Mar 2014 06:22:28 +1100, Chris Angelico wrote:

> Aside: You'll often hear people talking about "map-reduce" with big
> data. Python supports that. Look!
> 
>>>> map.__reduce__
> <method '__reduce__' of 'map' objects>
> 
> Oh wait, that's nothing to do with reduce()...
> 
> *ducks for cover*

Ha ha, very funny :-P


http://code.activestate.com/recipes/577676-dirt-simple-mapreduce/




-- 
Steven D'Aprano
http://import-that.dreamwidth.org/
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to