binary file reading in python

Skip Montanaro skip at mojam.com
Wed Oct 6 22:10:49 EDT 1999


    Daniel> ... the recipe files themselves are stored in binary format
    Daniel> which I would have to read in and parse.  

Daniel,

Check out the struct module:

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

Skip Montanaro | http://www.mojam.com/
skip at mojam.com | http://www.musi-cal.com/
847-971-7098   | Python: Programming the way Guido indented...




More information about the Python-list mailing list