
December 6th, 2001, 04:25 AM
|
|
Python Prophet
|
|
Join Date: Jun 2001
Location: Amersfoort, The Netherlands
Posts: 45
Time spent in forums: < 1 sec
Reputation Power: 12
|
|
Use pickle for serializing the contents of the list. The description of usage is found in the link above, but for speed you should use cPickle, which can be up to 1000 times faster, because it has been reimplemented in C iso Python.
__________________
Some people, when confronted with a problem, think “I know, I'll use regular expressions.” Now they have two problems. - Jamie Zawinski, in comp.lang.emacs
|