Python: Missing from P3K, reduce() and more
Yes, the venerable reduce is being removed from when Python 3 hits. I don’t think I could be considered a hardcore Pythoner, so I will refrain from comment on whether that is a good or bad idea. However, I have read enough complaints about this stuff that I thought I would whip a few functions [...]

