> 2008/3/13, Alan G Isaac <[EMAIL PROTECTED]>: >> strdata = list( fmt%xi for xi in x) >> Nice because the counter name does not "bleed" into your program.
On Thu, 13 Mar 2008, David Huard apparently wrote: > ['S%03d'%i for i in int_data] The difference is that the counter "bleeds" from the list comprehension. I find that obnoxious. Cheers, Alan Isaac _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion