Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57313 > unrolled thread
| Started by | Walter Hurry <walterhurry@lavabit.com> |
|---|---|
| First post | 2013-10-22 20:57 +0000 |
| Last post | 2013-10-22 15:14 -0700 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.python
Tkinter tutorial? Walter Hurry <walterhurry@lavabit.com> - 2013-10-22 20:57 +0000
Re: Tkinter tutorial? MRAB <python@mrabarnett.plus.com> - 2013-10-22 22:23 +0100
Re: Tkinter tutorial? Ben Finney <ben+python@benfinney.id.au> - 2013-10-23 09:06 +1100
Re: Tkinter tutorial? Ethan Furman <ethan@stoneleaf.us> - 2013-10-22 15:14 -0700
| From | Walter Hurry <walterhurry@lavabit.com> |
|---|---|
| Date | 2013-10-22 20:57 +0000 |
| Subject | Tkinter tutorial? |
| Message-ID | <l46os6$uk6$1@news.albasani.net> |
I have some experience with Python, having used it for a couple of years. Until now, my builder of choice for cross-platform GUI applications has been wxPython (with wxGlade), and I have been well satisfied with these tools. However, for a different project I need to get up to a reasonable speed with tkinter. Could some kind soul recommend a suitable on-line tutorial, or a (free) ebook? Thanks.
[toc] | [next] | [standalone]
| From | MRAB <python@mrabarnett.plus.com> |
|---|---|
| Date | 2013-10-22 22:23 +0100 |
| Message-ID | <mailman.1382.1382476999.18130.python-list@python.org> |
| In reply to | #57313 |
On 22/10/2013 21:57, Walter Hurry wrote: > I have some experience with Python, having used it for a couple of years. > > Until now, my builder of choice for cross-platform GUI applications has > been wxPython (with wxGlade), and I have been well satisfied with these > tools. > > However, for a different project I need to get up to a reasonable speed > with tkinter. Could some kind soul recommend a suitable on-line tutorial, > or a (free) ebook? > > Thanks. > Ask Google! :-) In practice I've had to go looking for specific answers, but there's info available from various places, such as: http://effbot.org/tkinterbook/
[toc] | [prev] | [next] | [standalone]
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2013-10-23 09:06 +1100 |
| Message-ID | <mailman.1386.1382479589.18130.python-list@python.org> |
| In reply to | #57313 |
Walter Hurry <walterhurry@lavabit.com> writes: > However, for a different project I need to get up to a reasonable > speed with tkinter. Could some kind soul recommend a suitable on-line > tutorial, or a (free) ebook? TkDocs <URL:http://www.tkdocs.com/> is both a book for purchase (“Modern Tkinter”) and a cross-language tutorial for Tk, taking full advantage of modern features of Tk 8.5 and 8.6. The example code attempts to hew quite closely to the original Tcl, so it makes for rather awful Python. But you do learn how Tkinter works. -- \ “If you continue running Windows, your system may become | `\ unstable.” —Microsoft, Windows 95 bluescreen error message | _o__) | Ben Finney
[toc] | [prev] | [next] | [standalone]
| From | Ethan Furman <ethan@stoneleaf.us> |
|---|---|
| Date | 2013-10-22 15:14 -0700 |
| Message-ID | <mailman.1388.1382481413.18130.python-list@python.org> |
| In reply to | #57313 |
On 10/22/2013 03:06 PM, Ben Finney wrote: > Walter Hurry <walterhurry@lavabit.com> writes: > >> However, for a different project I need to get up to a reasonable >> speed with tkinter. Could some kind soul recommend a suitable on-line >> tutorial, or a (free) ebook? > > TkDocs <URL:http://www.tkdocs.com/> is both a book for purchase (“Modern > Tkinter”) and a cross-language tutorial for Tk, taking full advantage of > modern features of Tk 8.5 and 8.6. > > The example code attempts to hew quite closely to the original Tcl, so > it makes for rather awful Python. But you do learn how Tkinter works. Awesome! Just bought my copy. :D -- ~Ethan~
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web