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 trialJessica Weeks
Python Development Techdegree Student 3,764 PointsDoes anyone know what section we learned about classes?
I don't remember learning about classes until the recent few videos, and I'm not sure where I should look to refresh myself on these. Anyone remember learning about it in unit 1?
1 Answer
Chris Freeman
Treehouse Moderator 68,441 PointsHey Jessica Weeks, class
creation is covered in the Basic Object Oriented Python course. If you haven't taken this yet, don't worry too much about class details in Writing Better Python. You can come back to review the PEP008 styling for classes after learning more about classes.
There is also the more advanced Object Oriented Python course.
Post back if you need more help. Good luck!!