[Dev] Object PersistencePatrick K. O'Brien Thu, 7 Nov 2002 13:46:53 -0600
As the various storage mechanisms get discussed and debated, I thought a recent article of mine might provide some useful insights into Python's serialization capabilities: LINUX ZONE | Python persistence http://www.ibm.com/developerworks/linux/?n-l-1172 ::: Python persistence management ::: Persisting data is all well and good, and there are countless ways to do it, including files, databases, and so on. But when it comes to objects themselves, how do you keep them around so they'll be available in their same state for later use? Programmer Patrick O'Brien illustrates several persistence mechanisms for Python and takes a detailed look at the object-serialization process known as "pickling." http://www.ibm.com/developerworks/library/l-pypers.html?n-l-1172 -- Patrick K. O'Brien Orbtech http://www.orbtech.com/web/pobrien ----------------------------------------------- "Your source for Python programming expertise." -----------------------------------------------
|