c struct in python

Jeremy Yallop jeremy at jdyallop.freeserve.co.uk
Sat Dec 21 15:38:29 EST 2002


* Maschio
| I'm a beginner... I'd like to read a file composed by more different c
| struct... how can I do?

Use the `struct' module:

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

Jeremy.



More information about the Python-list mailing list