2008/7/8 three3q <[EMAIL PROTECTED]>: > Hi, > >>> If my goal >>> is to replace matlab (we do signal processing and stats on >>> physiological data, with a lot of visualization), would sage or >>> enthought get me going quicker? > Pylab.
Not a good idea, as pylab will be replaced by pyplot which only contains plot commands. The remaining will be left to numpy, and pylab does not have the same functions as numpy. My answer would be like Stuart's: a mix of Python, numpy, scipy and whatever scikit or additional numpy module I need, with ipython. That's if I want to do scientific computation. Matthieu -- French PhD student Website : http://matthieu-brucher.developpez.com/ Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92 LinkedIn : http://www.linkedin.com/in/matthieubrucher -- http://mail.python.org/mailman/listinfo/python-list