Patrick O'Brien
Company: OrbtechAuthor Bio:
Patrick O'Brien is a Python programmer, consultant, and trainer. He is the author of PyCrust and a developer on the PythonCard project. He most recently lead the PyPerSyst team that ported Prevayler to Python, and continues to lead that project into interesting new territory. Learn more about Patrick and his work at the Orbtech Web site, or contact him at pobrien [at] orbtech.com.
Tutorials written by Patrick O'Brien:
Python Persistence Management
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.
Tuesday, 5th April 2005
