Is it possible to convert a very long list of strings to a list of floats in a single statement ?
I have tried float(x) and float(x[:]) but neither work. I guess I would have to write a loop if there isn't a way. -- http://mail.python.org/mailman/listinfo/python-list