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

Is there a website similar to MDN for Python coders?

Is there a website similar to Mozilla Developer Network for Python coders?

People programming in python use the python documentation, which can be found at the python website. https://www.python.org/doc/

1 Answer

Cameron S
Cameron S
20,537 Points

Here is the link to the Python 3.7.3 Documentation. This is the official documentation for the current version of Python.

If you are interested, check out Awesome-Python is a great place to find basically everything you need. The site is a curated list of python libraries on almost anything you can imagine. The list also includes books, podcasts, websites, blogs, etc.

For great tutorials, check out RealPython's site. Extremely helpful.