Unsung Modules Redux

Manuel M. Garcia mgarcia at cole-switches.com
Tue Dec 24 13:44:25 EST 2002


On Sun, 22 Dec 2002 22:25:11 -0500, Tim Peters <tim.one at comcast.net>
wrote:
(edit)
>> So, what's your favorite unsung module today?
>
>bisect.py.  Everyone needs it and nobody realizes it <wink>.

Heh, used bisect.py for the first time yesterday, for a binary search.

I have written binary search about 20 times in Visual Basic, I felt so
lazy just using bisect.py, no boundry conditions tests to make sure my
binary search actually works.

Manuel



More information about the Python-list mailing list