Reading in strings -> numbers ??

Michael A. Miller mmiller3 at iupui.edu
Tue May 2 12:53:38 EDT 2000


>>>>> "Louis" == Louis M Pecora <pecora at anvil.nrl.navy.mil> writes:

    > After three weeks of learning Python have I actually found
    > a real wart?  A common requirment in programming
    > (especially for numerical stuff) is to read in data that is
    > often generated by other programs and other people.  The
    > common form is a "table" structure:

You might be able to make use of TableIO [1], which I wrote to
satisfy my needs for reading and writing white-space delimited
ascii data. 

Mike

[1] http://php.iupui.edu/~mmiller3/python/

-- 
Michael A. Miller                      mmiller3 at iupui.edu
  Krannert Institute of Cardiology, IU School of Medicine
  Indiana Center for Vascular Biology and Medicine



More information about the Python-list mailing list