Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Object-Oriented Python Inheritance Multiple Superclasses

Richard Li
Richard Li
9,751 Points

Python - Multiple SuperClass question

  1. What is the order of MRO when declaring a new subclass? from left to right or from right to left?
  2. Why Agile and Sneaky have super() without declaring having any Superclass?
  3. Why does the final code work? what is the processing flow underneath the hood?

The video is too vaguely written and take too many things for granted.

1 Answer

Youssef Moustahib
Youssef Moustahib
7,779 Points

This is a big problem with kenneths style of teaching. I feel it is more for people coming over from other languages, than newbies like myself. I'm constantly going to other videos on youtube for much better explanations that are much more simple. This 0-100 style of teaching is really slowing my progress and wasting lots of my money

Richard Li
Richard Li
9,751 Points

Couldn't agree more...I have moved on to Flask.

Any youtuber to recommend to supplement Treehouse?