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: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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