reading large file

Paul Rubin http
Wed Sep 3 15:00:34 EDT 2003


g_alleon at yahoo.fr (guillaume) writes:
>   print "found %s points and %s triangles" % (nbpoints, nbtrias)
>  
>   t1 = time.time()
>   for i in range(nbpoints):

For another thing, use xrange instead of range here.




More information about the Python-list mailing list