Thinking Pythonically (was Re: gah! I hate the new string syntax)

Donn Cave donn at oz.net
Sat Mar 3 13:08:43 EST 2001


I used to use map, filter, reduce, but a couple of years ago
I gave that up because I felt it would make my code harder
for other people to read.  An explicit loop is better.

	Donn Cave, donn at oz.net



More information about the Python-list mailing list