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 Frustration

Abdullah Al-Romaihi
Abdullah Al-Romaihi
2,172 Points

I actually have no clue on how to do this..please help

I am having issues understanding these methods, I feel like it is so advanced to me now that I'm just starting to learn OOP...I really don't know how to do it and it's demotivating not being able to do it or at least attempt..

boi
boi
14,241 Points

I highly recommend you go through this course again, I personally completed OOP 2 times, still, get tripped on some concepts. The key to remembering concepts is that you should have enough knowledge to self-correct if you have no clue about some concepts (like now), go at it again from start.

If you are having trouble understanding methods just refer back to classes and review the information again. Methods tend to define the information of a class and make room for attributes

I hope this helps

1 Answer