Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91291
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed2.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.055 |
| X-Spam-Evidence | '*H*': 0.90; '*S*': 0.01; 'newest': 0.09; 'subject:module': 0.09; 'cc:addr:python-list': 0.10; 'python': 0.11; 'wed,': 0.15; '2.7?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'python?': 0.18; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; '2015': 0.23; 'header :In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.28; 'another': 0.34; 'received:google.com': 0.34; 'question,': 0.35; 'really': 0.35; 'but': 0.36; 'there': 0.36; 'should': 0.37; 'subject:: ': 0.37; 'available.': 0.37; 'version': 0.38; 'pm,': 0.39; 'simple': 0.61; 'here': 0.66; 'apt-get': 0.84; 'away,': 0.84; 'chrisa': 0.84; 'to:none': 0.90; 'novice': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=QSSJLvn3IXO+h/CKNuaTNg3sRw2dMxkHeaiZVMKnreQ=; b=GU0Zgs9dX0dIYHKHjq6yTxFdV5+euB0dhlWA1ojotKUakji+7FixyS4FTXzoicGtJv VMaLKym3CV0hCJ9MT2FSVlVP7C/J7boWdd5LtMajZwIrYMSEGl47GwOhuQTtuAiDniP1 bwPwj+oTNQljnMCTSU4LI31i1+n7bJfXR5SKLIwdky+XDVUTl/or7B9BUPVR+zDQ5nMy ClUa4I/Qz7l73f3fEDTvhDDtoma4k8K9yvyCGAOB17LJTez6bZVPRFNutwJSDYNl5NeQ UqRKCYe0RegXYuKwZi3Z2yPjTA6EOH8VueOxPb5H7svm7OkbDUDqCUkrbVT4cqn+ed4M 8GLg== |
| MIME-Version | 1.0 |
| X-Received | by 10.107.16.149 with SMTP id 21mr33175866ioq.53.1432714975542; Wed, 27 May 2015 01:22:55 -0700 (PDT) |
| In-Reply-To | <csla4lFjduaU2@mid.individual.net> |
| References | <csjitvF6cptU1@mid.individual.net> <mailman.58.1432655950.5151.python-list@python.org> <csla4lFjduaU2@mid.individual.net> |
| Date | Wed, 27 May 2015 18:22:55 +1000 |
| Subject | Re: SyntaxError on progress module |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.77.1432714983.5151.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1432714983 news.xs4all.nl 2851 [2001:888:2000:d::a6]:56859 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:91291 |
Show key headers only | View raw
On Wed, May 27, 2015 at 5:30 PM, alb <al.basili@gmail.com> wrote: > But here I have another question, as a python novice is there really any > reason for me to use any particular version of Python? > > Should I start directly with the newest? What about 2.7? > Start with the newest that's conveniently available. With Debian Jessie, Python 3.4.2 is a simple apt-get away, so that's pretty convenient. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
SyntaxError on progress module al.basili@gmail.com (alb) - 2015-05-26 15:48 +0000
Re: SyntaxError on progress module Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-26 16:59 +0100
Re: SyntaxError on progress module al.basili@gmail.com (alb) - 2015-05-27 07:30 +0000
Re: SyntaxError on progress module David Palao <dpalao.python@gmail.com> - 2015-05-27 09:47 +0200
Re: SyntaxError on progress module Chris Angelico <rosuav@gmail.com> - 2015-05-27 18:22 +1000
Re: SyntaxError on progress module Cecil Westerhof <Cecil@decebal.nl> - 2015-05-27 10:42 +0200
Re: SyntaxError on progress module Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-27 14:44 +0100
Re: SyntaxError on progress module Cecil Westerhof <Cecil@decebal.nl> - 2015-05-27 16:11 +0200
Re: SyntaxError on progress module Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-27 15:51 +0100
Re: SyntaxError on progress module Cecil Westerhof <Cecil@decebal.nl> - 2015-05-27 17:18 +0200
Re: SyntaxError on progress module Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-05-27 21:03 +0100
Re: SyntaxError on progress module Steven D'Aprano <steve@pearwood.info> - 2015-05-28 11:39 +1000
Re: SyntaxError on progress module Chris Angelico <rosuav@gmail.com> - 2015-05-27 02:27 +1000
Re: SyntaxError on progress module al.basili@gmail.com (alb) - 2015-05-27 07:24 +0000
csiph-web