How can I parse a character string that represents a scientific number into a numeric number?
>>> float('5e-04') 0.0005