Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38592
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <torriem@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'scipy': 0.05; 'python': 0.09; 'naturally': 0.09; 'bullet': 0.16; 'bundles': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'non-python': 0.16; 'numpy': 0.16; 'statistics.': 0.16; 'stuff,': 0.16; 'subject:install': 0.16; 'url:gnu': 0.16; 'wrote:': 0.17; 'package.': 0.17; 'appears': 0.18; 'windows': 0.19; 'math': 0.20; 'thanks.': 0.21; 'earlier': 0.21; 'not,': 0.21; '2.x': 0.22; 'programming': 0.23; 'seems': 0.23; 'downloaded': 0.24; 'machine': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'appreciated.': 0.26; 'am,': 0.27; 'language.': 0.27; "doesn't": 0.28; 'subject:/': 0.28; 'environment': 0.29; 'casual': 0.29; 'url:software': 0.29; 'use?': 0.29; "i'm": 0.29; 'install': 0.29; 'related': 0.30; 'could': 0.32; 'comments': 0.33; 'to:addr:python-list': 0.33; 'another': 0.33; 'version': 0.34; 'wrong': 0.34; 'so,': 0.35; 'there': 0.35; 'received:org': 0.36; 'really': 0.36; 'message-id:@gmail.com': 0.36; 'url:org': 0.36; 'useful': 0.36; 'subject:with': 0.36; 'should': 0.36; 'subject:: ': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'called': 0.39; 'google': 0.39; 'where': 0.40; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'latest': 0.61; 'subject:...': 0.63; 'research,': 0.71; 'bite': 0.84; 'rex': 0.84; 'subject:skip:S 10': 0.84; 'am.': 0.91 |
| X-Virus-Scanned | amavisd-new at torriefamily.org |
| Date | Sun, 10 Feb 2013 11:14:51 -0700 |
| From | Michael Torrie <torriem@gmail.com> |
| User-Agent | Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Statistics...help with numpy/scipy install |
| References | <3a451dc0-7f20-4116-92a6-fdaadc4d49fa@googlegroups.com> |
| In-Reply-To | <3a451dc0-7f20-4116-92a6-fdaadc4d49fa@googlegroups.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| 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 | <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.1595.1360520099.2939.python-list@python.org> (permalink) |
| Lines | 27 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1360520099 news.xs4all.nl 6842 [2001:888:2000:d::a6]:51672 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:38592 |
Show key headers only | View raw
On 02/10/2013 10:35 AM, Rex Macey wrote: > I'm new to Python with a new windows 8 machine (64-bit OS). Learning > programming mainly for fun. Naturally I downloaded Python 3.3 (who > doesn't want the latest and greatest). What I want involves > functions related to the normal distribution. Based on my google > research, it appears that SCIPY is a good way to go. That requires > NUMPY. I don't seem to find an install that works for my > environment which leads to the questions on this post: Is there an > install for my environment and if so, where do I get it? If not, is > there another package I should use? Or do I need to bite the bullet > and install an earlier version of Python. Suggestions and comments > appreciated. Thanks. A casual google search seems to indicate that for now, SciPy and NumPy are for Python 2.x (2.7 is the latest). I could be wrong though and often am. I know a number of popular and useful packages are not yet available on Python 3. If you need to do a lot math stuff, there's a complete python system that bundles a lot of these tools together into a nice package. It's called Sage. http://www.sagemath.org/ There are several non-python packages out there that are really handy as well: - R - if you need to do statistics. http://www.r-project.org/ - Octave - a matlab-compatible language. http://www.gnu.org/software/octave/ - SciLab - a math package that has a nice gui. http://www.scilab.org
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Statistics...help with numpy/scipy install Rex Macey <xer0925@gmail.com> - 2013-02-10 09:35 -0800
Re: Statistics...help with numpy/scipy install Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-10 18:10 +0000
Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@hotmail.com> - 2013-02-10 14:11 -0800
Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@hotmail.com> - 2013-02-10 14:14 -0800
Re: Statistics...help with numpy/scipy install Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-02-11 01:26 +0000
Re: Statistics...help with numpy/scipy install David Robinow <drobinow@gmail.com> - 2013-02-10 21:22 -0500
Re: Statistics...help with numpy/scipy install Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-10 22:53 -0500
Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@hotmail.com> - 2013-02-10 14:14 -0800
Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@hotmail.com> - 2013-02-10 14:11 -0800
Re: Statistics...help with numpy/scipy install Michael Torrie <torriem@gmail.com> - 2013-02-10 11:14 -0700
Re: Statistics...help with numpy/scipy install "Colin J. Williams" <cjw@ncf.ca> - 2013-02-10 13:23 -0500
Re: Statistics...help with numpy/scipy install David Robinow <drobinow@gmail.com> - 2013-02-10 14:29 -0500
Re: Statistics...help with numpy/scipy install Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-02-10 19:34 +0000
Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@gmail.com> - 2013-02-13 18:38 -0800
Re: Statistics...help with numpy/scipy install Terry Reedy <tjreedy@udel.edu> - 2013-02-14 00:29 -0500
Re: Statistics...help with numpy/scipy install Dave Angel <davea@davea.name> - 2013-02-14 05:53 -0500
Re: Statistics...help with numpy/scipy install Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-02-14 11:09 +0000
csiph-web