Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.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.059 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.01; 'tutorial': 0.03; 'subject:help': 0.08; 'based.': 0.09; 'naturally': 0.09; 'martin': 0.11; 'gui': 0.12; '(it': 0.16; 'cli': 0.16; 'error': 0.23; 'points': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'usually': 0.31; 'app.': 0.31; 'remotely': 0.31; 'url:se': 0.31; 'subject:the': 0.34; 'basic': 0.35; 'tool': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'next': 0.36; 'thanks': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'completed': 0.61; 'range': 0.61; 'simple': 0.61; 'here': 0.66; 'confusing': 0.84; '800': 0.91; 'url:apps': 0.91; 'rating': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=vKfPeK1M3b94LLwAra0diJdSRv0zfkvp1C3DusasdTY=; b=yUFdIRxWJBbOd4VPo4aCc19LPVLczEW4zChSDoVwWv/LGNbqZD7bZKH0+d7/JvBbUJ OmQYSmNzRzTERfQ2Yws9zMe4ZEUQhqvblAbsx5eWHUEeCOniWFiVhi8txLTHbKmvLq8K h13Mrdr5aXgYHEdD3imPA1uZmKCdMlHPajgGxdxx5pOOKaU0I+Hr2/UdiOOX9udoM1nu +eSYfzQY3cz3WTPpq8Z5ykwN15YnK3GDrxXZzdV6xR50XPhwUMsEeInIg2dEONjJfZO5 nfevlDGLOUG6TOTib9qkKdVvUqDqbZOVr9tWRQhTSmEWwa+Bv2uhAgamsMYWFEeDweej g02Q== MIME-Version: 1.0 X-Received: by 10.52.7.163 with SMTP id k3mr4554101vda.58.1405494333627; Wed, 16 Jul 2014 00:05:33 -0700 (PDT) Date: Wed, 16 Jul 2014 09:05:33 +0200 Subject: Thanks for the help From: Martin S To: python-list@python.org Content-Type: text/plain; charset=UTF-8 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405494336 news.xs4all.nl 2839 [2001:888:2000:d::a6]:40725 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74538 I completed the basic version of my learning app. (It can be found here for those remotely interested: http://www.tyresoschack.se/apps/LASK.py). (LASK rating usually are in the range c 800 to c 2700 the higher the better). It's just a simple tool to calculate LASK chess rating and completely CLI based. The tutorial I was following doesn't cover GUI or error correction so that will naturally be the next steps in completing the thing. Anyway, thanks for explaining the confusing points so far. Regards, Martin S