Re: [Bulk] Re: Writing Object Data to Disk

2007-09-23 Thread Amit Kumar Saha
of my code! Regards, Amit -- Amit Kumar Saha me blogs@ http://amitksaha.blogspot.com URL:http://amitsaha.in.googlepages.com -- http://mail.python.org/mailman/listinfo/python-list

Writing Object Data to Disk

2007-09-22 Thread Amit Kumar Saha
it to disk for persistent storage. Also, do we have a concept similar to array of objects in Python? The number of objects is only known at run-time. Thanks, -- Amit Kumar Saha me blogs@ http://amitksaha.blogspot.com URL:http://amitsaha.in.googlepages.com -- http://mail.python.org/mailman

Re: Re: Writing Object Data to Disk

2007-09-22 Thread Amit Kumar Saha
From: Lawrence D'Oliveiro [EMAIL PROTECTED] In message [EMAIL PROTECTED], Amit Kumar Saha wrote: I would like to know if Pickling the class object is the only way of writing it to disk for persistent storage. Wouldn't it be better to use a language-independent data