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


Groups > comp.lang.python > #91309

Re: SyntaxError on progress module

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'yet.': 0.03; 'from:addr:yahoo.co.uk': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:module': 0.09; 'url:appspot': 0.09; 'python': 0.11; '2.7': 0.13; '2.7?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'those,': 0.16; 'wrote:': 0.16; 'wednesday': 0.18; 'python?': 0.18; 'language': 0.19; 'converted': 0.22; 'lawrence': 0.22; 'libraries': 0.22; '2015': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'define': 0.27; 'cest': 0.29; 'code': 0.31; 'language.': 0.32; 'problem': 0.33; 'another': 0.34; 'to:addr:python-list': 0.35; 'question,': 0.35; 'whilst': 0.35; 'really': 0.35; 'but': 0.36; 'there': 0.36; 'possible': 0.36; 'should': 0.37; 'subject:: ': 0.37; 'version': 0.38; 'received:org': 0.38; 'green': 0.38; 'to:addr:python.org': 0.39; 'mark': 0.40; 'our': 0.64; 'here': 0.66; '2.7.': 0.84; 'cecil': 0.84; 'compliant.': 0.84; 'pythonistas,': 0.84; 'schreef': 0.84; 'westerhof': 0.84; 'novice': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: SyntaxError on progress module
Date Wed, 27 May 2015 14:44:23 +0100
References <csjitvF6cptU1@mid.individual.net> <mailman.58.1432655950.5151.python-list@python.org> <csla4lFjduaU2@mid.individual.net> <87y4kammxa.fsf@Equus.decebal.nl>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host host-78-146-11-145.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
In-Reply-To <87y4kammxa.fsf@Equus.decebal.nl>
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.90.1432734279.5151.python-list@python.org> (permalink)
Lines 24
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1432734279 news.xs4all.nl 2873 [2001:888:2000:d::a6]:52644
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:91309

Show key headers only | View raw


On 27/05/2015 09:42, Cecil Westerhof wrote:
> Op Wednesday 27 May 2015 09:30 CEST schreef alb:
>
>> 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?
>
> In principal you should use the ‘latest’ 3. The only problem is that a
> lot of libraries are not converted to 3 yet. If you need one of those,
> then you have ‘no choice’ and have to use 2.7. But I would recommend
> to use ‘from __future__' to make the 2.7 code as much as possible 3
> compliant.
>

Please define "a lot" whilst bearing in mind green against red here 
https://python3wos.appspot.com/

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

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


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