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 Advanced Objects Subclassing Built-ins

Heads Up

Just as a note to others, you have to create the file he's working in and change directories in order to follow along, which he never explains.

Created reversedstr.py and put it in the pycache folder. Then, in the console, type cd pycache, then enter python, then import your class from the file. Kenneth really blows through this stuff and does a lot of manual typing into the console at high speed while talking, which is a recipe for getting lost and confused.

I could not agree with any more, Eric. This Python OOP is super confusing, and Kenneth just blows through the concepts as if the student are veteran pythonistas. Very discouraging.

2 Answers

Mischa Potter
Mischa Potter
2,555 Points

Btw, there is also a new python OOP course if Kenneth's course is confusing you.

Cameron Ganley
Cameron Ganley
4,005 Points

Yep. At this point it's just watching videos and not being able to work along with the video. Terrible.

I can't even console the pycache folder. Says there is no file or directory. I see it sitting there and it still won't work.