ANN: Python Persistence Article

Patrick K. O'Brien pobrien at orbtech.com
Thu Nov 7 15:33:12 EST 2002


I thought you folks might find this interesting:

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."
-----------------------------------------------



More information about the Python-list mailing list