Re: Read and write binary data

2008-09-09 Thread Michael Palmer
On Sep 7, 6:41 pm, Mars creature [EMAIL PROTECTED] wrote: 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

Re: Read and write binary data

2008-09-08 Thread Mars creature
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 Thanks!! -- http://mail.python.org/mailman

Re: Read and write binary data

2008-09-08 Thread Kurt Smith
, even fortran records. And last but not least, you can always take a look at the scipy and numpy mailing lists. Good luck, Kurt 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

Re: Read and write binary data

2008-09-08 Thread Mohamed Yousef
I don't know if this is going to help you but a freeopen alternative to Matlap is FreeMat just search for it -- http://mail.python.org/mailman/listinfo/python-list

Read and write binary data

2008-09-07 Thread 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

Re: Read and write binary data

2008-09-07 Thread Patrick Maupin
On Sep 7, 5:41 pm, Mars creature [EMAIL PROTECTED] wrote: 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