Python Programming Tutorial - 36 - Multiple Parent Classes
Top Comments
All Comments (77)
-
Base1 func Is Accesing?????? >>> class Base: def func(self): print "Base :: func" def func1(self): print "Base :: func1" >>> class Base1: def func(self): print "Base1 :: func" #Base 1 Func is not accessing >>> class Drive(Base,Base1): def func2(self): print "Drive :: func" self.func() >>> d = Drive() >>> d.func() Base :: func >>> d.func2() Drive :: func Base :: func
-
hi
-
bucky, I'm new to python and I learned a lot from your tutorial.. I've experience in Java and C++ and python gonnah be my 3rd language.. and you did a great job man, go buck! ops.. i'm from ohio..
-
@turxxx I actually think he explained this once; he buys books like "Python for dummies" and "Python head first" or whatever they're called, learns the languages and then teaches for free! :)
-
you'll learn one language then you pretty much know them all
-
@turxxx He is the chuck norris of programming
and for every language you learn the others tend to be really easy because alot of languages are alike :D
Except when you learn SO MANY like bucky had your bound to mix up your language syntax is the only issue ._.
-
Everything about this language is easier than any other language :D
-
@147humblenerd Yes. xD
-
am i the only one who does not find the new boston to be the funiest guy on youtube??
Dude, where did you learn all this programming? You've made tutorials on nearly every programming language.
turxxx 2 years ago 89
You know, I think learning the language would be easier if presented exactly like bucky has done (which is the best I've seen yet) and coupled with a real life application. I pretty much have the general idea how python works now. But I'm still lost as far as using it in my app.
I've searched long and hard to find learning tools for python. I've found some good but none as good as this.
Bucky, you certainly have all your ducks in a row for this subject! 5x43.... 215 stars!
a2zhandi 2 years ago 79