Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #24594
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: Question:Programming a game grid ... |
| Date | 2012-06-28 02:08 -0400 |
| Organization | > Bestiaria Support Staff < |
| References | <8ecd09f5-6b94-45aa-a354-adeb11aab000@d6g2000pbt.googlegroups.com> <8uSdna9xetkAVXbSnZ2dnUVZ_qSdnZ2d@giganews.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1589.1340863748.4697.python-list@python.org> (permalink) |
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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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