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

What is the difference between The 2Courses -> Object Oriented Python & Object Oriented Python(retired)?

Hi Kenneth Love, I am Prateek and I have been learning Python at Treehouse. I have done the Object Oriented Python(retired) course. Few days back when I was going through the courses in the Course Library, I came across the Object Oriented Python Course(the new one) and it had more or less the same content.

So I want to know if I should do the new course to stay upto date with the syntax or can I omit it. And I also want to know the differences between the two courses.

Thank You

1 Answer

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

The syntax for OO in Python hasn't changed. The old course wasn't a great introduction to the subject matter so it's been redone. This new version is a much better overview of classes, instances, methods, etc in Python and how to think about OO.

Thank You Kenneth Love !!