Re: [Tutor] How to access a method defined in one class from another class (which is a thread) in Python3?

2013-08-09 Thread SM
On Fri, Aug 9, 2013 at 4:01 AM, Alan Gauld wrote: > On 09/08/13 02:52, SM wrote: > > OP is me? Not sure what it stands for, but I am a 'she' :) >> > > Oops. my bad. Stereotyping is a bad habit. [SM]: Not your fault. My bad too. Dog's face tells little about the owner... > > > I don't want mult

Re: [Tutor] Python Programming for the absolute beginner 3e, Ch3 Challenge 4

2013-08-09 Thread ALAN GAULD
# Write the psudocode for a program where the player and the computer ># trade places in the number guessing game.  That is, the player picks a  ># random number between 1 and 100 that the computer has to guess. ># Before you start, think about how you guess.  If all goes well, try ># coding the

Re: [Tutor] How to access a method defined in one class from another class (which is a thread) in Python3?

2013-08-09 Thread Alan Gauld
On 09/08/13 02:52, SM wrote: OP is me? Not sure what it stands for, but I am a 'she' :) Oops. my bad. Stereotyping is a bad habit. I don't want multiple instances of the widget. I have a Gui with 3 tabs, each for a different purpose, with a unique functionality within the main window. Each