|
|
|
|
|
by thiht
1304 days ago
|
|
Completely agree. The Python docs are almost unreadable to me. Every time I’m looking for something (a function parameter, example usage, etc.) it’s the same: - I Google it - I look for the official docs page (usually 5th or 6th result) - I tried to find my answer but don’t understand the organization and cannot find the correct keywords to Ctrl-F - I go back to my Google search frustrated and try to find a suitable StackOverflow answer instead In comparison with Go the official docs are usually the first or second Google results and the docs are easy to navigate and understand. |
|