PDA

View Full Version : Taking something Ink said to heart.


Benny
05-29-2002, 08:58 AM
In the "Tutorial: functions" thread, Inkedmn said the following:


if there's ever a specific topic/area in python that you (or anyone else, i guess) is having trouble with, go ahead and ask someone to go over it here, tutorial style (and i'll help if i know how to do what you want )


This is too good an opportunity to pass up! :D

Basically I've been coding Python for a while now, and I've got all the standard stuff pretty much down, however only one thing stands in my way at the moment.......

That one thing is "classes" -- OO is the one thing, no matter how hard I try, I can't get my head around.

Was wondering if anyone has any handy tips/ideas/code snippits that might help me wrap my head around the concepts....it all seem's pretty foreign to me at this point.

Any help on the topic will welcomed.

Cheers...

Strike
05-29-2002, 11:23 AM
I'll whip up a quick OO/class tutorial on Python ... right now :)

kmj
05-29-2002, 11:45 AM
I'll wait for strike's response before sticking my hand in and possibly confusing the issue, but I just want to reiterate ink's statement: yes! feel free to ask, feel obligated to ask! We love helping others; and not just for unselfish reasons: when you help others program, you generally find yourself learning new things and solidifying your current knowledge.