I am currently working on building a GUI application in python for scientific plotting and visualization.I have a Fortran 77 unformatted dump file from which i want to extract the data into python variables.But the problem is that the file is written is the sequential access method and also there is data of different data types written.Any way to extract them effectively ?
I used the strut module but to little success.
...