Python is the "most powerful language you can still read."">
Kevin Altis: PythonPython is the "most powerful language you can still read."(Untitled)- November 7, 2002 Python Persistance Management Patrick K. O'Brien writes about "using serialization to store Python objects" in this IBM developerWorks article. Persistence is all about keeping objects around, even between executions of a program. In this article you'll get a general understanding of various persistence mechanisms for Python objects, from relational databases to Python pickles and beyond. You'll also take an in-depth look at Python's object serialization capabilities.http://radio.weblogs.com/0102677/categories/python/2002/11/07.html#a22 |