Writing Object Data to Disk

Amit Kumar Saha dandolls at yahoo.co.in
Sat Sep 22 02:47:28 EDT 2007


Hello,

I have a Python class with data members, say:

class Foo:
	def __init__(self):
		
		self.a=7
		self.b[]={1,3,4}
		#couple of more lists, tuples, etc

I would like to know if "Pickling" the class object is the only way of
writing 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





More information about the Python-list mailing list