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 trialAizah Sadiq
2,435 PointsPython collections?
I have been doing the python basics track for the past 6 months with different teachers(Craig Dennis, Ashley Boucher) and I don't remember doing a course called python collections. I also don't remember making the game he showed us in this video. Did I miss something?
1 Answer
Jeff Muday
Treehouse Moderator 28,720 PointsThe course "Python Collections" was retired because it was somewhat focused on Python 2.x. In Python 3.3 (and newer versions) added a lot of new features. The objectives from "Python Collections" course have been aggregated into newer material. If you want to check that out-- see the link below:
https://teamtreehouse.com/library/introducing-dictionaries
In addition, the source documentation from Python is an incredibly valuable resource:
https://docs.python.org/3/library/collections.html
Good luck with your Python journey!