Python Persistence


Posted

in


IBM Developerworks covers Python persistence:

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.

[via RootPrompt.Org]