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: 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 In-Reply-To: Date: Sun, 2 Mar 2014 18:40:21 -0700 Content-Transfer-Encoding: quoted-printable References: <43B63C46-3A2D-4374-8A42-EE931BA9A6C4@cox.net> To: Chris Angelico X-Mailer: Apple Mail (2.1827) Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Mar 1, 2014, at 6:16 PM, Chris Angelico wrote: >=20 > 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. >=20 > (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.) >=20 > 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. =20 Scott