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.
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.
posted at
13:54
1 comment:
Guido doesn't really believe in reduce(). Therefore it is going to be moved out of builtins to its own module RSN.
Steven Huwig
Post a Comment