2007-12-30

Hidden Gems of Python

Python has its uses. It would have more of them if little tidbits like the built-in reduce() operation were to be given more attention. Like, just an example here, telling people it exists.

1 comment:

Steven Huwig said...

Guido doesn't really believe in reduce(). Therefore it is going to be moved out of builtins to its own module RSN.

Steven Huwig