I need to know if it is possible to save a python list as a numPy array.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you look here, it might tell you what you need to know. http://www.scipy.org/Tentative_NumPy_Tutorial#head-d3f8e5fe9b903f3c3b2a5c0dfceb60d71602cf93 Basically, you can create an array from a sequence.
Or from a sequence of sequences.
|
|||||||
|
You want to save it as a file?
... and then read:
|
|||
|
|
|||
|