[Tutor] Number guessing game

2006-10-02 Thread Christopher Hatherly
Hi, I'm brand new to Python, and almost brand new to programming. I'm teaching myself slowly through a 'Python Programming for the Absolute Beginner' book, which is great so far. One of the challenge problems though, was to write a script for a number guessing game, where you pick a number and the

[Tutor] Best GUI toolkit?

2006-10-18 Thread Christopher Hatherly
Hi Pythonistas, I'm a newbie. I've worked through some introductory python books, and feel that I now understand the logic on the coding side enough to make the application I'm after. However I'm now trying to turn my code into a (fairly complex) graphical app, and have found both Tkinter and wxPy

Re: [Tutor] Best GUI toolkit?

2006-10-19 Thread Christopher Hatherly
ems pretty good so far! Cheers Chris -Original Message- From: Luke Paireepinart [mailto:[EMAIL PROTECTED] Sent: Thursday, 19 October 2006 11:52 AM To: Christopher Hatherly Cc: tutor@python.org Subject: Re: [Tutor] Best GUI toolkit? Christopher Hatherly wrote: > Hi Pythonistas, > >