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 trialScott Schmidt
9,943 Points2 Python Object Oriented Courses?
It looks like there are multiple python object oriented courses, but only one of them is included in the python tracks. This is a bit confusing since some material is not covered in one course but is in the other. Can Kenneth's course be included somewhere in the python tracks? (maybe the more advanced python track?)
https://teamtreehouse.com/library/objectoriented-python-2 https://teamtreehouse.com/library/basic-objectoriented-python
1 Answer
Jeff Muday
Treehouse Moderator 28,720 PointsI'd recommend starting with Megan's course. It is fresh, clear, and presents the essentials you need to move on.
If you yearn for more OOP after that-- then jump into Kenneth's course. He presents some things that are a little confusing, but definitely interesting concepts (e.g. Multiple Inheritance and resolution order) which I feel you won't encounter regularly as a developer.
boi
14,242 Pointsboi
14,242 PointsI personally recommend that you should take both of them, ESPECIALLY Kenneth's OOP.