Read and write binary data

M

Mars creature

Hi guys,
I am new to Python, and thinking about migrating to it from matlab
as it is a really cool language. Right now, I am trying to figure out
how to control read and write binary data, like
'formatted','stream','big-endian','little-edian' etc.. as in fortran.
I googled, but can not find a clear answer. Anyone has clue where can
I learn it? Thanks!!
Jinbo
 
P

Patrick Maupin

Hi guys,
  I am new to Python, and thinking about migrating to it from matlab
as it is a really cool language. Right now, I am trying to figure out
how to control read and write binary data, like
'formatted','stream','big-endian','little-edian' etc.. as in fortran.
I googled, but can not find a clear answer. Anyone has clue where can
I learn it? Thanks!!
Jinbo

Start by looking at the array module.

Regards,
Pat
 
M

Mohamed Yousef

I don't know if this is going to help you
but a free&open alternative to Matlap is FreeMat just search for it
 
M

Michael Palmer

Hi guys,
I am new to Python, and thinking about migrating to it from matlab
as it is a really cool language. Right now, I am trying to figure out
how to control read and write binary data, like
'formatted','stream','big-endian','little-edian' etc.. as in fortran.
I googled, but can not find a clear answer. Anyone has clue where can
I learn it? Thanks!!
Jinbo

the struct module should be useful
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top