DEV Community

Discussion on: Where do you go as a developer for info on your tech stack?

Collapse
 
cotcotcoder profile image
JeffD

Python

Maybe my response 'll be out of the subject but:

For code: official docs (via devdocs.io)
For a bug: readthedocs.io / stackoverflow (via duckduckgo)
For good practices: fullstackpython.com
For good code: Django project sources (on Github)
For new usages: planet-python
For news: mail newsletters like weekly-python or weekly-import
For a new library: awesome-python on Github
For learning something new: pymotw.com

For tutorials about web technologies I love scotch.io and alsacreation (FR).