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 Instant Objects Master Class

Any recommendations for additional reading on Object-Oriented Programming?

Working through the Object-Oriented Python course, but I'm starting to feel like I'm grasping at straws a bit. I reckon I haven't got the full idea of the concept and could do with some decent reference material on the topic.

I've been doing fine so far throughout the course and I'm not unfamiliar with Python but any links or helpful tips would be appreciated!

1 Answer

Chris Freeman
MOD
Chris Freeman
Treehouse Moderator 68,423 Points

It may seems perfunctory, but the Python docs have great tutorials. The tutorial on Classes has a fantastic overview.

To dig further into the magic ("dunder") methods and a lower level understanding, check out the data model reference in the docs.

There is SO much info at https://www.python.org/doc/!

Post back if you have a specific aspect of classes you wish to know more about. Good luck!!

Thanks so much! I fixed the issue but I appreciate the quick response!

I'll add those links to my reading list.