How to convert binary file data?

Courageous jkraska1 at san.rr.com
Tue May 8 22:51:23 EDT 2001


>> I must be missing something here. I am reading a file that has
>> binary data and want to be able to handle/convert it...

>Look at the struct module.

Also, the array module. The struct module decodes heterogenous
binary data; the array module decodes runs of homogenous binary
data.


C//




More information about the Python-list mailing list