Reading a Fortran Binary file using python

I want to use Python to read a FORTRAN binary file, for example, kLG_1.data. Would someone please give me some tips?

Regards,
HZ

I would checkout stckoverflow or similar. And get a hex editor (Okteta etc.) so that you can understand whats in the file and check your assumptions.

1 Like