Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; '16,': 0.03; 'subject:Python': 0.05; 'received:mail-vb0-f46.google.com': 0.09; 'sat,': 0.15; 'algorithm.': 0.16; 'display,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'pairs': 0.16; 'wrote:': 0.17; 'tim': 0.18; 'received:209.85.212.46': 0.18; 'feb': 0.19; 'written': 0.20; 'sorry,': 0.22; 'split': 0.23; 'pass': 0.25; 'header:In-Reply- To:1': 0.25; 'am,': 0.27; 'first.': 0.27; 'forgot': 0.27; 'message-id:@mail.gmail.com': 0.27; 'went': 0.28; 'received:209.85.212': 0.28; "i'm": 0.29; 'true.': 0.33; 'handle': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'really': 0.36; 'subject: (': 0.36; 'does': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'called': 0.39; 'lost': 0.60; 'back': 0.62; 'time,': 0.62; 'subject:First': 0.65; 'forth': 0.75; '2013': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=Q0LImxLrLOhEe21WyL+K7s1K4laU7CGgUBiA8gZwMzM=; b=cGGLrZvCWh39zLAnKuxBtQkdwI2WtUp0DPpwgbN2GCEphhMjoRLeqa9ucLPYxoAE/u 0PyZURWfZmEBuocGfzTV0f65eAgewnY8eZYuBsbKXhlkp8z686zYKdwYmvcG4v2yCi0B Xyke3k9B4KNBQ4Vh1AfACM2md4JFIlk4XgA3zkpy5sdL6Twk7YaGFCZVXmYIY+5RfOsb /kOU8Rtc1Yptss/kOcXOKNJjCXISvNbVXcTxfFxNKSNPe4a2bTpSjeR6gxK2qhXxu/sc 2XI1ATH6DOGEGIKBTdnTlGRHahL/P+btlgHldBUpdfoMYgJg78yw11Wg+rt5YsUfpUWB gs3w== MIME-Version: 1.0 X-Received: by 10.58.50.7 with SMTP id y7mr3916563ven.24.1360943356049; Fri, 15 Feb 2013 07:49:16 -0800 (PST) In-Reply-To: <511E55E1.6050603@timgolden.me.uk> References: <2013021323250974803-chrishinsley@gmailcom> <511E1DCB.40406@timgolden.me.uk> <511E55E1.6050603@timgolden.me.uk> Date: Sat, 16 Feb 2013 02:49:15 +1100 Subject: Re: First attempt at a Python prog (Chess) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360943372 news.xs4all.nl 6860 [2001:888:2000:d::a6]:35791 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38925 On Sat, Feb 16, 2013 at 2:36 AM, Tim Golden wrote: > How true. This last time, my team split into two: one half > to handle the display, the other working on the algorithm. We > ended up having to draw a really simple diagram on the back of > an envelope with the x,y pairs written out and pass it back > and forth as *everyone* kept forgetting which went first. I'm sorry, I don't follow. People forgot that x comes before y, like it does in everything algebraic? Or is it that people lost track of which axis you called 'x' and which you called 'y'? ChrisA