View Single Post
Old 05-02-2010, 02:28 AM   #4
Ide
Senior Member
 
Join Date: Feb 2006
Location: Seattle
Posts: 361
Ide will become famous soon enoughIde will become famous soon enough
Re: IslandsMUD; python code base written in 48 hours

It is simple, but the downside is dealing with version issues between, say, refactored classes and objects persisted from a previous version. You might want to look into just pickling dictionaries (or reading them from some other format, xml, yaml, etc.), and using that data instead.
Ide is offline   Reply With Quote