I am at a high-beginner/low-intermediate level in Python, and one thing that drives me nuts is how poorly I am able to read the Python official documentation and grok how to use the described code.

What’s the secret? Are there any guides/videos/books that can help my understand how to approach reading it? Or, is it just one of those things that I need to just keep coming back to while coding, and eventually I will get the hang of it?

  • @Falmarri@lemmy.world
    link
    fedilink
    English
    110 months ago

    Well that’s totally different. Last time I looked at pyqt, those docs were a nightmare. I would always go to the c++ docs.

    Same with any other random docs. They absolutely vary in quality and usefulness. But you were talking about the official python docs, no?

    • My point was just, just input and output often isn’t enough to tell you how to use something. Qt is an extreme example, but even the C++ docs leave how to use more complex objects out. Which makes em a pain to learn to use. I see some similar examples mentioned for the python docs here as well.