Self modifying systems question

Frithiof Andreas Jensen frithiof.jensen at removethis.ted.ericsson.dk
Wed Apr 30 11:13:53 EDT 2003


"Sten Kvamme" <skvamme at as4-2-8.an.g.bonet.se> wrote in message
news:mailman.1051708787.23125.python-list at python.org...
> Hello,
> Thanks to all of you who answered my question.

There was an example on modifying objects at runtime on
http://aspn.activestate.com/ASPN/Python/Cookbook/ - search for "mixin" (or
"mix in") which is the OO term.

> Is it also possible to save the changes made to an instance in a
> persistant way?

The ZODB can do that - http://www.zope.org/Wikis/ZODB/StandaloneZODB - has a
link to an "Object Database Only" installation of Zope via. distutils.







More information about the Python-list mailing list