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


Groups > comp.lang.python > #10580

Re: Wondering in the Python Forrest

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 <kwatford@gmail.com>
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 <kwatford+python@gmail.com>
Date Sat, 30 Jul 2011 09:46:39 -0400
X-Google-Sender-Auth auRaE-fWvMCGCFzyF8RNIaM2hJ4
Subject Re: Wondering in the Python Forrest
To ray <ray@aarden.us>
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 <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.1657.1312033620.1164.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Sat, Jul 30, 2011 at 7:13 AM, ray <ray@aarden.us> wrote:
> I found that structured data could be presented in Python using a module in
> wxPython.
>
> Where am I?  I do not know the relationships between the Pythons.  I
> feel that I am missing something.  I started with Python as it has so
> much functionality and a huge user group of very helpful individuals
> and sites.  Now 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.

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


Thread

Wondering in the Python Forrest ray <ray@aarden.us> - 2011-07-30 04:13 -0700
  Re: Wondering in the Python Forrest Ken Watford <kwatford+python@gmail.com> - 2011-07-30 09:46 -0400
    Re: Wondering in the Python Forrest duncan smith <buzzard@urubu.freeserve.co.uk> - 2011-07-30 17:53 +0100
  Re: Wondering in the Python Forrest Terry Reedy <tjreedy@udel.edu> - 2011-07-30 09:56 -0400

csiph-web