Re: [Tutor] python programmin problem

2016-07-27 Thread Danny Yoo
> You will see a problem being explained that you should be *very* > interested in. :) Here's a link just to give you a taste: > > https://youtu.be/0yjebrZXJ9A?t=3m > > > I hope that this helps point you in the right direction. Good luck! He has some more recent videos from 2012:

Re: [Tutor] python programmin problem

2016-07-27 Thread Danny Yoo
On Sun, Jul 24, 2016 at 4:30 PM, monik...@netzero.net wrote: > Thank you all for your answers. I do not have a teacher or any body else who > could guide me. I have taken all python classes offered in my area and many > on line. > The question is one of questions asked by

Re: [Tutor] OOP help needed

2016-07-27 Thread Jim Byrnes
On 07/27/2016 04:04 AM, Alan Gauld via Tutor wrote: On 27/07/16 04:44, Jim Byrnes wrote: OOP has always driven me crazy. I read the material and follow the examples until I feel I understand them, but when I try to implement it I end up with an error filled mess. That suggests that its not

Re: [Tutor] OOP help needed

2016-07-27 Thread Jim Byrnes
On 07/27/2016 03:12 AM, Peter Otten wrote: Jim Byrnes wrote: OOP has always driven me crazy. I read the material and follow the examples until I feel I understand them, but when I try to implement it I end up with an error filled mess. So I decided to give it another try. When I got to the

Re: [Tutor] OOP help needed

2016-07-27 Thread Jim Byrnes
On 07/26/2016 11:38 PM, Ben Finney wrote: Jim Byrnes writes: So I decided to give it another try. When I got to the chapter on tkinter I decided to solve all the exercises using OOP even though the book solutions did not use OOP. Hmm, that sounds ill advised. OOP is

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

2016-07-27 Thread Alan Gauld via Tutor
On 27/07/16 02:39, kanishk srivastava wrote: > Hello, > > I am working through Michael Dawson's book - Python Programming for > absolute beginners 3e. > > Completed chapter 3, but unable to solve challenge 1. I don't know the book so don't know how much you know yet. So thee are some

Re: [Tutor] OOP help needed

2016-07-27 Thread Alan Gauld via Tutor
On 27/07/16 04:44, Jim Byrnes wrote: > OOP has always driven me crazy. I read the material and follow the > examples until I feel I understand them, but when I try to implement it > I end up with an error filled mess. That suggests that its not the OOP concept thats confusing you but the

[Tutor] Python Programming for the absolute beginner 3e Ch3 Challenge 1

2016-07-27 Thread kanishk srivastava
Hello, I am working through Michael Dawson's book - Python Programming for absolute beginners 3e. Completed chapter 3, but unable to solve challenge 1. Below code is what I have written but unsure on how to have the program generate the message at random. Any help will be appreciated. #

Re: [Tutor] OOP help needed

2016-07-27 Thread Peter Otten
Jim Byrnes wrote: > OOP has always driven me crazy. I read the material and follow the > examples until I feel I understand them, but when I try to implement it > I end up with an error filled mess. > > So I decided to give it another try. When I got to the chapter on > tkinter I decided to