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.
1:36:39 PM
|