Le Wed, 13 Apr 2005 16:46:53 +0100, Jim a écrit :
> 
> What I really want is a Numeric array but I don't think Numeric supports 
> importing files.
Numeric arrays can be serialized from/to files through pickles :
import Numeric as N
help(N.load)
help(N.dump)
(and it is space efficient)
> 
> Jim
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to