Re: Can I export my datas in pickle format safely ?

2006-04-01 Thread Marc 'BlackJack' Rintsch
In [EMAIL PROTECTED], DurumDara wrote: I thinking about that I can use the pickle to serialize/load my datas from the file. But: I remember that in the year of 2004(?) I tried this thing. I store my CD informations in pickled objects (in files). And when I changed my python version from

Can I export my datas in pickle format safely ?

2006-03-31 Thread DurumDara
Hi ! I want to create a database from datas. I want to store my datas in lists/dicts/normal variables. I thinking about that I can use the pickle to serialize/load my datas from the file. But: I remember that in the year of 2004(?) I tried this thing. I store my CD informations in pickled

Re: Can I export my datas in pickle format safely ?

2006-03-31 Thread Sybren Stuvel
DurumDara enlightened us with: I want to create a database from datas. Just nitpicking: 'data' is already plural, a single is called 'datum'. I thinking about that I can use the pickle to serialize/load my datas from the file. Sure you can. Be very, very careful though, since unpickling data