Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python,': 0.01; 'subject:Python': 0.06; 'wxpython': 0.07; 'python': 0.08; 'sites.': 0.09; 'c++': 0.12; 'am,': 0.13; 'gui': 0.13; 'wrote:': 0.15; 'pythons': 0.16; 'cc:addr:python-list': 0.16; 'seems': 0.20; 'cc:2**0': 0.21; 'cc:no real name:2**0': 0.22; 'header:In-Reply- To:1': 0.22; 'library.': 0.25; 'sender:addr:gmail.com': 0.26; 'helpful': 0.26; 'scientific': 0.28; 'sat,': 0.28; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; 'module': 0.30; 'components': 0.32; 'it.': 0.33; 'there': 0.34; 'received:209.85.161.46': 0.34; 'received:mail- fx0-f46.google.com': 0.34; 'structured': 0.35; 'install': 0.36; 'some': 0.37; 'but': 0.37; 'could': 0.37; 'using': 0.37; 'received:google.com': 0.38; 'received:209.85.161': 0.38; 'received:209.85': 0.38; 'user': 0.38; 'subject:: ': 0.38; 'think': 0.38; 'should': 0.39; 'data': 0.39; 'missing': 0.40; 'received:209': 0.40; 'where': 0.40; 'presented': 0.62; 'huge': 0.64; '30,': 0.74; 'confusion.': 0.91; 'something.': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=sqytaZ6OKqtorQNggsWLN6HE8fowLZ8+YXhajJcWJFU=; b=mVe7bhPuLbFoWnMs4P57lBI5hgRtRbfQdY8CH9YC31Pu+E1HlYJR1QEsunju9765yV /SzGABeyaZ69rhvdT10NuNlv7Nv1gq7uXfeCjNuGmRidGu+xpK55zxfB20qHrRoJoz9F wshjACbJsQdiop/1hAg4QmpKx0w9blSb3RNHE= MIME-Version: 1.0 Sender: kwatford@gmail.com In-Reply-To: <1ef8a3f4-a6ec-44da-a39e-c48dd234a2ca@p14g2000yqj.googlegroups.com> References: <1ef8a3f4-a6ec-44da-a39e-c48dd234a2ca@p14g2000yqj.googlegroups.com> From: Ken Watford Date: Sat, 30 Jul 2011 09:46:39 -0400 X-Google-Sender-Auth: auRaE-fWvMCGCFzyF8RNIaM2hJ4 Subject: Re: Wondering in the Python Forrest To: ray Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312033620 news.xs4all.nl 23981 [2001:888:2000:d::a6]:45716 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10580 On Sat, Jul 30, 2011 at 7:13 AM, ray wrote: > I found that structured data could be presented in Python using a module = in > wxPython. > > Where am I? =A0I do not know the relationships between the Pythons. =A0I > feel that I am missing something. =A0I started with Python as it has so > much functionality and a huge user group of very helpful individuals > and sites. =A0Now that I have delved deeper, it seems I need different > Pythons. I think the name has caused you some confusion. wxPython is not a different Python, it's a package for Python that displays GUI components using the C++ "wxWidgets" library. While there are other Pythons out there, for scientific work you should have everything you need in the one you've got. You may have to install an additional package now and then, but that's it.