MapReduce is the magic sauce that makes Google run. Not just search but a large part of their infrastructure is programmed in this paradigm. If you want to see how this can be implemented in python, read on. Lately I've been not only learning more python but also learning about the MapReduce algorithm. Naturally I started with the many freely available web resources, from brief overviews to inst

