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; 'python)': 0.05; 'dynamically': 0.07; 'subject:Question': 0.07; 'tkinter': 0.07; 'python': 0.09; 'indicates': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; '(like': 0.15; 'manning': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:Programming': 0.16; 'wed,': 0.16; 'programming': 0.23; '(which': 0.26; 'handling': 0.27; 'question': 0.27; 'structures': 0.27; 'header:X-Complaints-To:1': 0.28; 'initial': 0.28; 'dictionary': 0.29; 'loop,': 0.29; 'knows': 0.30; 'code': 0.31; 'etc.)': 0.32; 'goes': 0.33; "aren't": 0.33; 'url:home': 0.33; 'to:addr:python-list': 0.33; 'thanks': 0.34; 'there': 0.35; 'received:org': 0.36; "i'll": 0.36; 'too': 0.36; 'charset:us- ascii': 0.36; 'enough': 0.36; 'pdf': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'your': 0.60; 'back': 0.62; 'subject:...': 0.63; 'more': 0.63; 'great': 0.64; 'study': 0.66; 'subject::': 0.83; 'add-on': 0.84; 'subject: ...': 0.84; 'dennis': 0.91; 'chapters': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Question:Programming a game grid ... Date: Thu, 28 Jun 2012 02:08:59 -0400 Organization: > Bestiaria Support Staff < References: <8ecd09f5-6b94-45aa-a354-adeb11aab000@d6g2000pbt.googlegroups.com> <8uSdna9xetkAVXbSnZ2dnUVZ_qSdnZ2d@giganews.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-76-249-23-239.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 3.3/32.846 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1340863748 news.xs4all.nl 6916 [2001:888:2000:d::a6]:58984 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24594 On Wed, 27 Jun 2012 21:59:41 -0500, iconoclast011 declaimed the following in gmane.comp.python.general: > > Thanks to all ... I think I'll plunge into a book on Tkinter ... > There aren't enough such to take a plunge... There's the PDF format Tkinter reference guide (which I find practically unusable unless one already knows the terminology of TCL/Tk) There's an old Manning "Tkinter in Action" (which goes back to when PMW was the great add-on to Tkinter, before Tix; ie, a decade ago). There are Tkinter chapters in various Python textbooks (like Programming Python) Though to be honest, your initial question and sample code indicates more a need to study algorithms and data structures in general, and Python in specific (a simple loop, a dictionary for handling dynamically generated "variable names", etc.) -- so Programming Python might be a recommendation (if that's too deep, start with "Learning Python") -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/