On 1/11/12 12:16 , Máté Koch wrote:
Hello All,
I'm developing an app which stores the data in file system database. The data
in my case consists of large python objects, mostly dicts, containing texts and
numbers. The easiest way to dump and load them would be pickle, but I have a
problem wit
On 1/12/2012 7:24 AM, Peter Otten wrote:
Máté Koch wrote:
I'm developing an app which stores the data in file system database. The
data in my case consists of large python objects, mostly dicts, containing
texts and numbers. The easiest way to dump and load them would be pickle,
but I have a pr
That's probably the easiest way as I don't store any binary data just strings
and numbers.
Thanks!
On Jan 12, 2012, at 1:24 PM, Peter Otten wrote:
> Máté Koch wrote:
>
>> I'm developing an app which stores the data in file system database. The
>> data in my case consists of large python object
Máté Koch wrote:
> I'm developing an app which stores the data in file system database. The
> data in my case consists of large python objects, mostly dicts, containing
> texts and numbers. The easiest way to dump and load them would be pickle,
> but I have a problem with it: I want to keep the da
Hello All,
I'm developing an app which stores the data in file system database. The data
in my case consists of large python objects, mostly dicts, containing texts and
numbers. The easiest way to dump and load them would be pickle, but I have a
problem with it: I want to keep the data in versi
Hello All,I'm developing an app which stores the data in file system database. The data in my case consists of large python objects, mostly dicts, containing texts and numbers. The easiest way to dump and load them would be pickle, but I have a problem with it: I want to keep the data in version co