Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #17643
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@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; 'interpreter': 0.05; 'subject:Python': 0.05; 'python': 0.08; '21,': 0.09; 'interpreter,': 0.09; '2.7': 0.13; 'received:209.85.210.174': 0.13; 'received:mail-iy0-f174.google.com': 0.13; '"python': 0.15; '(eg': 0.16; 'commission.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wed,': 0.17; 'wrote:': 0.18; '2.x': 0.18; 'trying': 0.21; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'though.': 0.23; 'ignore': 0.26; 'message- id:@mail.gmail.com': 0.28; 'pm,': 0.29; '3.x': 0.30; 'installed': 0.31; 'source': 0.31; 'version': 0.32; 'certainly': 0.32; 'to:addr :python-list': 0.34; 'too': 0.34; 'received:google.com': 0.37; 'problems': 0.37; 'using': 0.38; 'some': 0.38; 'received:209.85': 0.38; 'johnson': 0.39; "it's": 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'more': 0.61; '2011': 0.61; 'worth': 0.61; 'secret': 0.82; 'old.': 0.97 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=U5FcLtYljtfd5SnjkYJU//8CDV2eDLPzB/sX4qtNdEM=; b=oDMKcqVVb5tkpPWE7bfMb4ZkFKZ/mDtsVKtSUSIXqvTyhduC9sJ4y1RLOOnmMTFm3R DcPDI/JytuDBWy1SWbPNsjPo0fh1Zv0UDUe/MwA6BwKqHo6l/v0jGxL8zYSC7CBKd5uH ZU/xU/ZxjZUoWlk8n3MpwBwGxKiUixaCea7q8= |
| MIME-Version | 1.0 |
| In-Reply-To | <f80e92ea-32fc-451a-ac8d-6f4c7c665e53@b32g2000yqn.googlegroups.com> |
| References | <4ef0d49c$0$12187$4d5ecec7@news.xsusenet.com> <92fc42f4-f0c4-499e-8b68-7bb713991d38@l24g2000yqm.googlegroups.com> <mailman.3896.1324433612.27778.python-list@python.org> <f80e92ea-32fc-451a-ac8d-6f4c7c665e53@b32g2000yqn.googlegroups.com> |
| Date | Wed, 21 Dec 2011 14:41:38 +1100 |
| Subject | Re: Learning Python 2.4 |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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.3898.1324438900.27778.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1324438900 news.xs4all.nl 6847 [2001:888:2000:d::a6]:32940 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:17643 |
Show key headers only | View raw
On Wed, Dec 21, 2011 at 1:50 PM, Rick Johnson <rantingrickjohnson@gmail.com> wrote: > I currently have Python 2.7 and Python 3.2.2 installed on my machine. > I don't use Python 2.7 because i am a member of some secret "Python > Historical Commission" Shun 3.2.2, it's way too old. The ONLY version of Python worth using is the bleeding-edge from source control! Otherwise you ARE on the Historical Commission. Seriously... to the OP, ignore Rick's doom-and-gloom about old Pythons. If you have a book that teaches 2.4, you can almost certainly use what it teaches with a more recent 2.X interpreter (eg 2.7.2). You may have problems trying to use that book with a 3.X interpreter, though. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Learning Python 2.4 kimma <kimma77@gmail.com> - 2011-12-20 19:31 +0100
Re: Learning Python 2.4 Ian Kelly <ian.g.kelly@gmail.com> - 2011-12-20 12:47 -0700
Re: Learning Python 2.4 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-12-20 20:21 +0000
Re: Learning Python 2.4 Rick Johnson <rantingrickjohnson@gmail.com> - 2011-12-20 16:31 -0800
Re: Learning Python 2.4 Ashton Fagg <ashton@fagg.id.au> - 2011-12-21 12:13 +1000
Re: Learning Python 2.4 Rick Johnson <rantingrickjohnson@gmail.com> - 2011-12-20 18:50 -0800
Re: Learning Python 2.4 Chris Angelico <rosuav@gmail.com> - 2011-12-21 14:41 +1100
Re: Learning Python 2.4 DJC <djc@news.invalid> - 2011-12-21 10:06 +0000
Re: Learning Python 2.4 Ashton Fagg <ashton@fagg.id.au> - 2011-12-21 22:16 +1000
Re: Learning Python 2.4 Kevin Walzer <kw@codebykevin.com> - 2011-12-21 08:46 -0500
Re: Learning Python 2.4 Maverick JS <mavjs01@gmail.com> - 2011-12-20 17:42 -0800
Re: Learning Python 2.4 Andreas Perstinger <andreas.perstinger@gmx.net> - 2011-12-21 18:42 +0100
csiph-web