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
neoty888
23,973 PointsAny chances for a Design Patterns course?
Any chances for developing a design patterns course for say in Python? Could be an interesting OOP in Python. Thanks.
4 Answers
Greg Kaleka
39,021 PointsAre you taking the Learn Python track? Should take you through the OOPython course above.
Also potentially interesting to you, related to design patterns:
- Write Better Python
- Python Testing
- Functional Programming in Python (fairly advanced)
Happy coding!
Cheers
-Greg
neoty888
23,973 PointsThanks, but I was actually more referring to something specific on Design Patterns in Python. I've seen something in LinkedIn's Learning platform on a specific course on implementing design patterns in Python.
Greg Kaleka
39,021 PointsI'm not sure what you mean. OOP and FP are both design patterns, and the above courses are about implementing those design patterns in Python.
neoty888
23,973 PointsSomething that would go into depth on the various design patterns, and how to apply them in the context of the Python programming language.
Greg Kaleka
39,021 PointsI see. Well, you can send course requests to Kenneth via twitter or email (kenneth@teamtreehouse.com), and he will add them to the suggestions here. You may want to make sure you're clear that you're suggesting an overview of design patterns and approaches in Python.
neoty888
23,973 PointsThanks, will do