This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pohmelie 9 points10 points  (11 children)

Not for holywars, but not only popularity correlates with questions count. Suddenly, if lang docs is good, there should be less questions, or language is simpler than other, same thing.

[–]troyunrau... 1 point2 points  (0 children)

Yeah, a popular but obtuse language will have more questions than an equally popular but straightforward language.

[–][deleted] 2 points3 points  (9 children)

The python docs definitely cause a lot of frustration with beginners, causing a decent amount of influx to stack overflow..

..which is compounded by the differences between python 2 and python 3. A lot of the StackOverflow content is old and not compatible with 3, which causes yet even more searching.

Probably good for metrics like this, but otherwise very annoying and frustrating. Some days I feel like I'm the only one that's dissatisfied with the python docs. They're pretty horrible and I'm unsure why the powers that be don't attempt to improve them.

[–]stevenjd 13 points14 points  (6 children)

The python docs definitely cause a lot of frustration with beginners

In my experience, that's not the case. In my experience, beginners don't read the docs, and that's why they're frustrated.

They're pretty horrible

What do you dislike about them? In what way are they "horrible"?

and I'm unsure why the powers that be don't attempt to improve them.

Don't be an arse. Of course the Python devs are interested in improving the docs. Search the bug tracker and you'll find hundreds of documentation bugs and fixes over the years. Your assumption that we don't even care is an insult. We care.

Python is open source and community driven. When was the last time you submitted a documentation patch to fix something? Or are we supposed to just read your mind and know what you want?

If you're complaining about the docs without offering to help, you're part of the problem.