| I have updated the post to explicitly exclude Reddit and StackOverflow, as these two sites have a very particular and curious community atmosphere that doesn't accurately reflect the general atmosphere in more Python-focused communities. As for your point regarding the search query: I normally do not filter search results by domain. The reason I filtered them here, was because the article was about the official Python documentation. To quote my elaboration on this that I posted on the Reddit thread: "My point was that the official Python documentation is poor. I certainly agree that many things are answered on StackOverflow, but imagine that you're looking for something that not very many people use.
You'll search on Google, not find any StackOverflow posts (after all, nearly noone uses the thing you're looking for), and you just find a few unclear blog posts and a Python documentation page. Official documentation is important especially as a fallback when other sources fail to provide the relevant information. As such, the focus of the official documentation should be on complete and clear, unambiguous reference. That's not what the official Python documentation provides. While len() may be a very simple example (and intentionally chosen for that reason), I've more than once run across things for which basically no documentation could be found aside from an ambiguous explanation in the Python documentation that never got me anywhere." (source: http://www.reddit.com/r/Python/comments/18ssb6/the_python_do...) |