Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21311

Re: help: confused about python flavors....

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'python.': 0.04; 'numerical': 0.05; 'scipy': 0.05; 'closest': 0.07; 'familiarity': 0.07; 'python': 0.08; 'scripts': 0.09; 'excellent,': 0.09; 'matlab': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:python': 0.10; 'library': 0.13; 'language,': 0.14; 'arrays.': 0.16; 'graphing': 0.16; 'matplotlib': 0.16; 'numpy': 0.16; 'numpy,': 0.16; 'pylab': 0.16; 'scipy,': 0.16; 'wrote:': 0.18; 'programming': 0.20; 'subject:help': 0.21; 'header:In-Reply-To:1': 0.22; 'numeric': 0.23; 'pile': 0.23; 'command': 0.24; 'libraries': 0.24; "python's": 0.24; 'shell': 0.24; 'compatible': 0.26; 'work.': 0.27; 'language.': 0.28; 'separate': 0.28; 'singh': 0.29; 'bundle': 0.30; 'confused': 0.30; 'mathematics,': 0.30; 'use?': 0.30; 'version': 0.32; 'from,': 0.32; 'does': 0.32; 'that,': 0.32; 'scientific': 0.32; 'tue,': 0.32; 'list': 0.32; "can't": 0.33; 'header:User-Agent:1': 0.33; 'it.': 0.33; 'decide': 0.33; 'header:X-Complaints-To:1': 0.34; 'from:addr:yahoo.co.uk': 0.34; 'steven': 0.34; 'hi,': 0.34; 'running': 0.34; 'packages,': 0.34; 'to:addr:python-list': 0.35; 'moving': 0.35; 'project': 0.35; 'received:org': 0.36; 'run': 0.37; 'but': 0.37; 'another': 0.37; 'doing': 0.38; 'should': 0.38; 'data': 0.38; 'sometimes': 0.38; 'url:org': 0.39; 'processing': 0.39; 'mailing': 0.39; 'plain': 0.39; 'cannot': 0.39; 'received:78': 0.40; 'might': 0.40; 'to:addr:python.org': 0.40; 'extremely': 0.40; 'easy': 0.60; 'your': 0.61; 'integrated': 0.63; 'is.': 0.63; 'free': 0.64; 'making': 0.64; 'alternative': 0.65; 'high': 0.66; 'yourself': 0.69; 'access,': 0.74; 'amar': 0.84; 'received:as13285.net': 0.84; 'ultimately,': 0.84; 'intends': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: help: confused about python flavors....
Date Wed, 07 Mar 2012 09:15:50 +0000
References <948f80c1-877a-4a74-8adc-9d4ae702574f@l1g2000vbc.googlegroups.com> <4f56ff36$0$29975$c3e8da3$5496439d@news.astraweb.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-78-146-12-41.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.0; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2
In-Reply-To <4f56ff36$0$29975$c3e8da3$5496439d@news.astraweb.com>
X-Antivirus avast! (VPS 120306-0, 06/03/2012), Outbound message
X-Antivirus-Status Clean
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.460.1331111770.3037.python-list@python.org> (permalink)
Lines 56
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1331111770 news.xs4all.nl 6941 [2001:888:2000:d::a6]:33602
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:21311

Show key headers only | View raw


On 07/03/2012 06:24, Steven D'Aprano wrote:
> On Tue, 06 Mar 2012 20:06:37 -0800, amar Singh wrote:
>
>> Hi,
>>
>> I am confused between plain python, numpy, scipy, pylab, matplotlib.
>
> Python is a programming language. It comes standard with many libraries
> for doing basic mathematics, web access, email, etc.
>
> Numpy is a library for doing scientific numerical maths work and fast
> processing of numeric arrays.
>
> Scipy is another library for scientific work. It is separate from, but
> uses, Numpy.
>
> Matplotlib is a project for making graphing and plotting of numeric data
> easy in Python.
>
> Pylab is a project to be Python's version of Matlab: it intends to be an
> integrated bundle of Python the programming language, Numpy, Scipy, and
> Matplotlib all in one easy-to-use application.
>
>
>> 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.
>
> Pylab is intended to be the closest to Matlab, but I don't know how close
> it is. Also, Pylab is NOT compatible with Matlab: its aim is to be an
> alternative to Matlab, not to be a clone. So it cannot run Matlab scripts.
>
> You might also like to look at Sage:
>
> http://www.sagemath.org/
>
> Sage is a Python project aimed to be an alternative to Mathematica.
>
>
> Ultimately, you will have to look at the packages, see their features,
> perhaps try them for a while (they are all free software, so the only
> cost is your time), and decide for yourself which one meets your needs.
> We can't answer that, because we don't know what you need.
>
>

Matplotlib is excellent, it has an extensive pile of docs and examples, 
and the mailing list is extremely helpful.

-- 
Cheers.

Mark Lawrence.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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