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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -