Hi, > Yup. It's not even very idiomatic Python. readlines() is probably a > bad idea unless your file is trivial length, and even ignoring > numpy.loadtxt(), all of this could be considerably simplified with the > built-in csv module.
or a 1-liner with scipy.io.loadmat ... Best, Matthew _______________________________________________ Numpy-discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
