Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21319
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: help: confused about python flavors.... |
| Date | 2012-03-07 09:41 -0500 |
| Organization | > Bestiaria Support Staff < |
| References | <948f80c1-877a-4a74-8adc-9d4ae702574f@l1g2000vbc.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.466.1331131376.3037.python-list@python.org> (permalink) |
On Tue, 6 Mar 2012 20:06:37 -0800 (PST), amar Singh
<jagteraho2006@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 Octave
http://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
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
help: confused about python flavors.... amar Singh <jagteraho2006@gmail.com> - 2012-03-06 20:06 -0800
Re: help: confused about python flavors.... Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-07 06:24 +0000
Re: help: confused about python flavors.... Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-03-07 09:15 +0000
Re: help: confused about python flavors.... Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-03-07 09:41 -0500
Re: help: confused about python flavors.... amar Singh <jagteraho2006@gmail.com> - 2012-03-07 09:16 -0800
csiph-web