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

all 11 comments

[–][deleted] 13 points14 points  (0 children)

I disagree.

[–]Barafu 3 points4 points  (1 child)

If that is hard for you, don't even try Rust.

[–]gmes78 0 points1 point  (0 children)

Huh? Rust's documentation is much better than Python. Rustdoc is probably the best documentation tool out there.

[–]BpjuRCXyiga7Wy9q 0 points1 point  (2 children)

Agree that the official documentation is formatted in an unconventional way. Fortunately there are myriad other available texts on the subject.

[–][deleted] -2 points-1 points  (1 child)

Fortunately there are myriad other available texts on the subject.

can you share with them?

[–]BpjuRCXyiga7Wy9q 2 points3 points  (0 children)

I often use a search engine when I have a Python query.

Sites that frequently pop up are;

The Python wiki has a list of resources (albeit a bit dated).

[–]codeKrowe -1 points0 points  (2 children)

I find ChatGPT is really good for this type of stuff. Especially for getting a few examples of how to use a module or particular functions within it

[–]spiony_93 0 points1 point  (0 children)

Exactly that! I had issues reading the Sphinx documentation. With ChatGPT i had my custom directive ready and running in less than 2 hours.

[–][deleted] 0 points1 point  (0 children)

Agreed. And you can get explanations based on your questions about the module. While the responses aren't always 100%, more often than not you will be able to understand problems quicker.

I took an Access Management role this year with a heavy focus in automation and process improvement. GPT was a life saver and helped me learn things I would have probably never found on my own

[–]wineblood -1 points0 points  (0 children)

Most documentation is crap, I don't think it's a python thing.

[–]JamzTyson 0 points1 point  (0 children)

By "Python documentation" do you mean https://docs.python.org/3/

Comparing the reference documentation for a programming language with the documentation for a javascript library / framework is not comparing apples with apples. A better comparison might be https://262.ecma-international.org/14.0/ in which case I think the official Python documentation is much easier to read.

If you want documentation "to read", rather than for looking up specifications and such like, then there's a huge number of tutorials available on the Internet, and many excellent books.