This post originated from an RSS feed registered with Python Buzz
by Sidnei da Silva.
Original Post: Can Python take advantage of MapReduce?
Feed Title: awkly.org
Feed URL: http://awkly.org/categories.rdf?category=Python
Feed Description: dreamcatching :: making your dreams come true
Reading Joel's article yesterday, and then the MapReduce paper I
was left wondering if Python could take advantage of this.
Python has a feet in functional programing, and indeed has several
functional-style erm... functions like map, reduce, filter
etc. I'm a big fan of those little misunderstood beasties.
I, too, was lamenting the proposal to ...