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

General Discussion

Simon Stephen
PLUS
Simon Stephen
Courses Plus Student 427 Points

My instructor keeps mentioning in the video that we should refer to the "Docs". Where can I find the documents?

I am taking a Python course and he mentions "Python Docs" a few times but I cannot find where to access these documents.

3 Answers

https://docs.python.org/

Anytime you get confused, remember, Google is your friend.

Simon Stephen
Simon Stephen
Courses Plus Student 427 Points

Thank You! I was assuming that the "docs" were part of Treehouse package!

Haha :)

If you want the docs locally, download a program called Dash if you're using a Mac.

If you're not on Mac, check out devdocs.io in your browser.

Both applications allow you to instantly search the docs for anything like data types or methods.

Also, FYI "Docs" stands for "Documentation", not "Documents".