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


Groups > comp.lang.python > #67496

Re: Help with "Guess the number" script

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <swdunning@cox.net>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.054
X-Spam-Evidence '*H*': 0.89; '*S*': 0.00; 'python.': 0.02; 'seemed': 0.09; 'subject:number': 0.09; 'subject:script': 0.09; 'cc:addr :python-list': 0.11; 'subject:Help': 0.11; 'python': 0.11; 'agree.': 0.16; 'wrote:': 0.18; 'received:10.0.1': 0.19; 'version.': 0.19; 'written': 0.21; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'updating': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'code': 0.31; 'getting': 0.31; 'run': 0.32; 'another': 0.32; 'subject:the': 0.34; 'subject:with': 0.35; 'something': 0.35; 'but': 0.35; 'version': 0.36; 'useful': 0.36; 'charset:us-ascii': 0.36; 'received:10.0': 0.36; 'should': 0.36; 'received:10': 0.37; 'system,': 0.38; 'pm,': 0.38; 'subject:" ': 0.39; 'even': 0.60; 'new': 0.61; 'course': 0.61; "you'll": 0.62; 'header:Message-Id:1': 0.63; 'more': 0.64; 'holding': 0.65; 'to:addr:gmail.com': 0.65; 'mar': 0.68; 'brand': 0.72; '2014,': 0.84; 'scott': 0.93; 'wanting': 0.93
X-CT-Class Clean
X-CT-Score 0.00
X-CT-RefID str=0001.0A020208.5313DD87.0009,ss=1,re=0.000,fgs=0
X-CT-Spam 0
X-Authority-Analysis v=2.0 cv=E9kTU9hl c=1 sm=1 a=MB85R812cvcrhCHz/P2OVA==:17 a=gK21Zm9gRZcA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=kviXuzpPAAAA:8 a=pGLkceISAAAA:8 a=mPNjw8tu_nxdc2ZQ5rcA:9 a=CjuIK1q_8ugA:10 a=MSl-tDqOz04A:10 a=MB85R812cvcrhCHz/P2OVA==:117
X-CM-Score 0.00
Authentication-Results cox.net; auth=pass (PLAIN) smtp.auth=swdunning@cox.net
Content-Type text/plain; charset=us-ascii
Mime-Version 1.0 (Mac OS X Mail 7.1 \(1827\))
Subject Re: Help with "Guess the number" script
From Scott W Dunning <swdunning@cox.net>
In-Reply-To <YRJP1n00U3bjUJS01RJQ57>
Date Sun, 2 Mar 2014 18:40:21 -0700
Content-Transfer-Encoding quoted-printable
References <43B63C46-3A2D-4374-8A42-EE931BA9A6C4@cox.net> <mailman.7516.1393691734.18130.python-list@python.org> <D9724003-3B31-4B30-AEFF-9AD34F581CB8@cox.net> <YRJP1n00U3bjUJS01RJQ57>
To Chris Angelico <rosuav@gmail.com>
X-Mailer Apple Mail (2.1827)
Cc "python-list@python.org" <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.7615.1393810834.18130.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1393810834 news.xs4all.nl 2926 [2001:888:2000:d::a6]:34742
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:67496

Show key headers only | View raw


On Mar 1, 2014, at 6:16 PM, Chris Angelico <rosuav@gmail.com> wrote:
> 
> Another consideration: Susan's code is written for Python 3, but you
> seemed to be using Python 2. You'll find that the code won't even run
> on your version of Python.
> 
> (If you have the chance, ask if the course writer would consider
> updating it to use Python 3. There's getting to be less and less
> reason to use Python 2 for any new projects; when you start a brand
> new system, you should be using Python 3 unless there's something
> holding you on the old version. So it's correspondingly more useful to
> learn Py3.)
> 
> ChrisA

I completely agree.  However, the instructor is wanting to use Python 2.7.6 because the book he is using for the course goes over 2.7.6.  Hopefully, once I learn more it will not be a huge jump to python 3.  

Scott

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


Thread

Re: Help with "Guess the number" script Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-03-01 11:35 -0500
  Re: Help with "Guess the number" script Susan Aldridge <susanaldridge555@gmail.com> - 2014-03-01 10:03 -0800
  Re: Help with "Guess the number" script Scott W Dunning <swdunning@cox.net> - 2014-03-01 18:11 -0700
    Re: Help with "Guess the number" script Larry Hudson <orgnut@yahoo.com> - 2014-03-01 23:38 -0800
    Re: Help with "Guess the number" script Scott W Dunning <swdunning@cox.net> - 2014-03-02 18:36 -0700
  Re: Help with "Guess the number" script Chris Angelico <rosuav@gmail.com> - 2014-03-02 12:16 +1100
  Re: Help with "Guess the number" script Scott W Dunning <swdunning@cox.net> - 2014-03-02 18:40 -0700
  Re: Help with "Guess the number" script Scott W Dunning <swdunning@cox.net> - 2014-03-02 20:44 -0700
  Re: Help with "Guess the number" script Ben Finney <ben+python@benfinney.id.au> - 2014-03-03 14:52 +1100
  Re: Help with "Guess the number" script Scott W Dunning <swdunning@cox.net> - 2014-03-02 21:04 -0700
  Re: Help with "Guess the number" script Dave Angel <davea@davea.name> - 2014-03-03 02:10 -0500

csiph-web