file access

Fredrik Lundh fredrik at pythonware.com
Sat Feb 17 06:00:55 EST 2001


Ben de Luca wrote:
> when i write the data to a file whats the best way? I guess there is no way
> to sumb the dictonaries strait to disk? i will have to parse it?

http://www.python.org/doc/current/lib/module-pickle.html
http://www.python.org/doc/current/lib/module-marshal.html

Cheers /F

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->






More information about the Python-list mailing list