help: confused about python flavors....

amar Singh jagteraho2006 at gmail.com
Wed Mar 7 12:16:27 EST 2012


On Mar 7, 9:41 am, Dennis Lee Bieber <wlfr... at ix.netcom.com> wrote:
> On Tue, 6 Mar 2012 20:06:37 -0800 (PST), amar Singh
> <jagteraho2... at gmail.com> declaimed the following in
> gmane.comp.python.general:
>
> > Hi,
>
> > I am confused between plain python, numpy, scipy, pylab, matplotlib.
>
> > I have high familiarity with matlab, but the computer I use does not
> > have it. So moving to python.
> > What should I use? and the best way to use it. I will be running
> > matlab-like scripts sometimes on the shell prompt and sometimes on the
> > command line.
>
>         If Matlab compatibility is a high constraint, I'll speak heresy and
> suggest you might look at Octavehttp://en.wikipedia.org/wiki/GNU_Octave
>
>         Python is stand-alone programming/scripting language. Numpy is an
> extension package adding array/matrix math operations but the syntax
> won't be a direct match to Matlab; Scipy is an extension package that,
> well, extends Numpy. Matplotlib is a separate package for graphical
> plotting of array data. {simplistic explanation}
>
> --
>         Wulfraed                 Dennis Lee Bieber         AF6VN
>         wlfr... at ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Thanks everyone for helping me on this.



More information about the Python-list mailing list