How to save double to file in python?

Posted by hahahaha on Stack Overflow See other posts from Stack Overflow or by hahahaha
Published on 2009-11-26T14:40:24Z Indexed on 2010/04/11 7:53 UTC
Read the original article Hit count: 197

Filed under:
|
|
|
|

Let's say I need to save a matrix(each line corresponds one row) that could be loaded from fortran later. What method should I prefer? Is converting everything to string is the only one approach?

© Stack Overflow or respective owner

Related posts about python

Related posts about file