Re: [Tutor] Fwd: class to function

2014-05-26 Thread Danny Yoo
On Mon, May 26, 2014 at 12:27 AM, rahmad akbar wrote: > thanks guys for the replies, > > Danny, your explanation helped alot, i'll have a go on Alan Gaud's > tutorial. super thanks You should probably thank Diliup Gabadamudalige instead; I just forwarded his message. Best of wishes to you!

Re: [Tutor] Fwd: class to function

2014-05-26 Thread rahmad akbar
thanks guys for the replies, Danny, your explanation helped alot, i'll have a go on Alan Gaud's tutorial. super thanks On Mon, May 26, 2014 at 9:04 AM, Danny Yoo wrote: > > > -- Forwarded message -- > From: diliup gabadamudalige > Date: Sunday, May 25, 2014 > Subject: [Tutor] cl

[Tutor] Fwd: class to function

2014-05-26 Thread Danny Yoo
-- Forwarded message -- From: *diliup gabadamudalige* Date: Sunday, May 25, 2014 Subject: [Tutor] class to function To: Danny Yoo Is it wrong to say that __init__() is to initialize all the conditions you setupin the class? That's how i see it. I give below the way I see a clas