Python Persistence Management
By Patrick O'Brien2005-04-05
Conclusion
Object persistence depends on the object serialization capabilities of the underlying programming language. For Python objects that means pickling. Python pickles provide a robust and reliable foundation for effective persistence management of Python objects. In the Resources, you'll find information about systems that build on Python's pickling capability.
Tutorial Pages:
» Use serialization to store Python objects
» Object persistence
» A peck of pickled Python
» Pickle power
» Schema evolution
» Conclusion
» Resources
First published by IBM DeveloperWorks
