On Sun, Sep 7, 2008 at 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
If you're trying to migrate from matlab to python I'd take a look at numpy: http://numpy.scipy.org/ And scipy which is built on top of numpy: http://www.scipy.org/ There is a plotting/numerical computation package known as matplotlib that does its best to parallel matlab commands: http://matplotlib.sourceforge.net/ There is support for reading and writing binary data, 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. Anyone has clue where can > I learn it? Thanks!! > Jinbo > -- > http://mail.python.org/mailman/listinfo/python-list > -- http://mail.python.org/mailman/listinfo/python-list