database - Python: Can you Save an Object and all of it's Associated Values? -
i have 2d-array of co-ordinates has arbitrary number of factors each co-ordinate. (some have associated boolean values, string values etc.)
is there way, save array , of it's associated values - can load up, on arbitrary ocassion?
i wish solution compatible compilation.
i using python 2.7 , have tried cpickle, shelve, dill, , jsonpickle.
Comments
Post a Comment