Python Programming Tutorial - 36 - Multiple Parent Classes

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
33,900
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Apr 26, 2009

Part 37 - http://www.youtube.com/watch?v=cb1FTIoVwu8

How to use many different parent classes on one subclass

  • likes, 2 dislikes

Link to this comment:

Share to:

Top Comments

  • Dude, where did you learn all this programming? You've made tutorials on nearly every programming language.

  • 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!

see all

All Comments (77)

Sign In or Sign Up now to post a comment!
  • 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! :)

  • @turxxx

    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??

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more