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


Groups > comp.lang.python > #24594

Re: Question:Programming a game grid ...

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 <python-python-list@m.gmane.org>
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 <wlfraed@ix.netcom.com>
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 <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1589.1340863748.4697.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Wed, 27 Jun 2012 21:59:41 -0500, iconoclast011
<iconoclast011@gmail.com> 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/

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


Thread

Question:Programming a game grid ... iconoclast011 <iconoclast011@gmail.com> - 2012-06-27 17:21 -0500
  Re: Question:Programming a game grid ... David <dwblas@gmail.com> - 2012-06-27 16:24 -0700
    Re: Question:Programming a game grid ... Chris Angelico <rosuav@gmail.com> - 2012-06-28 09:35 +1000
    Re: Question:Programming a game grid ... Chris Angelico <rosuav@gmail.com> - 2012-06-28 09:37 +1000
    Re: Question:Programming a game grid ... Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-06-28 00:15 +0000
      Re: Question:Programming a game grid ... woooee@gmail.com - 2012-06-27 19:15 -0700
        Re: Question:Programming a game grid ... alex23 <wuwei23@gmail.com> - 2012-06-27 19:43 -0700
          Re: Question:Programming a game grid ... iconoclast011 <iconoclast011@gmail.com> - 2012-06-27 21:59 -0500
            Re: Question:Programming a game grid ... Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-06-28 02:08 -0400
          Re: Question:Programming a game grid ... Temia Eszteri <lamialily@cleverpun.com> - 2012-06-27 20:03 -0700
        Re: Question:Programming a game grid ... Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-06-28 04:39 +0000
  Re: Question:Programming a game grid ... MRAB <python@mrabarnett.plus.com> - 2012-06-28 00:43 +0100
  Re: Question:Programming a game grid ... alex23 <wuwei23@gmail.com> - 2012-06-27 17:31 -0700
  Re: Question:Programming a game grid ... Rick Johnson <rantingrickjohnson@gmail.com> - 2012-06-27 21:04 -0700

csiph-web