Dustan <[EMAIL PROTECTED]> writes: > > I think the for i in range() is more readable (Maybe because I'm > > coming from a c-style syntax language background) - but what would > > the benefits of using enumerate be (other that being more . . . > > pythonesque?) > > It doesn't create a whole new list just for iterating.
That's what xrange is for. -- http://mail.python.org/mailman/listinfo/python-list