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


Groups > comp.lang.python > #71731

Re: Python and Math

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2a.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.011
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'language.': 0.14; 'awesome.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'roy': 0.16; 'suggestion.': 0.16; 'language': 0.16; 'wrote:': 0.18; 'code,': 0.22; 'header :User-Agent:1': 0.23; '---': 0.24; 'second': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; "d'aprano": 0.31; 'libraries': 0.31; 'steven': 0.31; 'anyone': 0.31; 'interface': 0.32; 'tool': 0.35; 'but': 0.35; 'really': 0.36; 'tight': 0.36; 'doing': 0.36; 'should': 0.36; 'integration': 0.37; 'to:addr:python-list': 0.38; 'ability': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'free': 0.61; 'viruses': 0.61; 'back': 0.62; 'protection': 0.63; 'our': 0.64; 'antivirus': 0.68; 'smith': 0.68; 'useful.': 0.68; 'article': 0.77; 'received:2': 0.84; 'choice.': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Python and Math
Date Sun, 18 May 2014 15:05:02 +0100
References <ll98g7$6o7$1@speranza.aioe.org> <53783c5f$0$29977$c3e8da3$5496439d@news.astraweb.com> <roy-2F037B.09252018052014@news.panix.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-2-98-204-139.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
In-Reply-To <roy-2F037B.09252018052014@news.panix.com>
X-Antivirus avast! (VPS 140518-0, 18/05/2014), Outbound message
X-Antivirus-Status Clean
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.10112.1400421922.18130.python-list@python.org> (permalink)
Lines 28
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1400421922 news.xs4all.nl 2884 [2001:888:2000:d::a6]:40512
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:71731

Show key headers only | View raw


On 18/05/2014 14:25, Roy Smith wrote:
> In article <53783c5f$0$29977$c3e8da3$5496439d@news.astraweb.com>,
>   Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote:
>
>> You may find that the IPython interactive interface to Python is useful.
>> It presents an interface which should be familiar to anyone with
>> experience with Mathematica.
>
> I second the IPython suggestion.  I don't use it that often, but when
> I'm doing interactive number crunching, it's my tool of choice.  The
> ability to interactively go back and edit some block of code, then
> re-execute it, is really handy when exploring a dataset.  And the tight
> integration of graphing/plotting libraries is awesome.
>

Big +1 from me.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

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


Thread

Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-17 23:13 -0400
  Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-17 20:26 -0700
    Re: Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-18 01:04 -0400
  Re: Python and Math Chris Angelico <rosuav@gmail.com> - 2014-05-18 13:33 +1000
  Re: Python and Math Gary Herron <gary.herron@islandtraining.com> - 2014-05-17 21:12 -0700
  Re: Python and Math Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-05-18 04:51 +0000
    Re: Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-18 01:33 -0400
    Re: Python and Math Roy Smith <roy@panix.com> - 2014-05-18 09:25 -0400
      Re: Python and Math Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-18 15:05 +0100
  Re: Python and Math Wolfgang Keller <feliphil@gmx.net> - 2014-05-18 15:59 +0200
  Re: Python and Math Grant Edwards <invalid@invalid.invalid> - 2014-05-18 15:40 +0000
    Re: Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-18 14:09 -0400
      Re: Python and Math Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-05-20 20:40 -0400
      Re: Python and Math Tony the Tiger <tony@tiger.invalid> - 2014-05-21 00:59 +0000
        Re: Python and Math Robert Kern <robert.kern@gmail.com> - 2014-05-21 10:32 +0100
      Re: Python and Math Robert Kern <robert.kern@gmail.com> - 2014-05-21 10:34 +0100
    Re: Python and Math Robert Kern <robert.kern@gmail.com> - 2014-05-18 19:42 +0100
      Re: Python and Math Fabien <fabien.maussion@gmail.com> - 2014-05-19 12:15 +0200
        Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-19 11:30 +0100
        Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-19 05:46 -0700
          Re: Python and Math Chris Angelico <rosuav@gmail.com> - 2014-05-19 23:09 +1000
            Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-19 06:15 -0700
              Re: Python and Math Chris Angelico <rosuav@gmail.com> - 2014-05-19 23:24 +1000
              Re: Python and Math Gene Heskett <gheskett@wdtv.com> - 2014-05-19 10:22 -0400
        Re: Python and Math wxjmfauth@gmail.com - 2014-05-19 07:56 -0700
          Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-19 09:09 -0700
            Re: Python and Math wxjmfauth@gmail.com - 2014-05-19 12:07 -0700
              Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-19 20:18 +0100
                Re: Python and Math wxjmfauth@gmail.com - 2014-05-20 02:19 -0700
                Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-20 11:13 +0100
                Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-20 04:20 -0700
                Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-20 12:55 +0100
                Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-20 07:14 -0700
                Re: Python and Math "Frank Millman" <frank@chagford.com> - 2014-05-20 14:51 +0200
                Re: Python and Math chris.barker@noaa.gov - 2014-05-21 16:14 -0700
                Re: Python and Math wxjmfauth@gmail.com - 2014-05-21 23:52 -0700
                Re: Python and Math "Frank Millman" <frank@chagford.com> - 2014-05-22 11:04 +0200
                Re: Python and Math wxjmfauth@gmail.com - 2014-05-20 06:42 -0700
                Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-20 07:23 -0700
              Re: Python and Math Cameron Simpson <cs@zip.com.au> - 2014-05-20 09:03 +1000

csiph-web