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?

you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago (1 child)

I hate the official python documentation. I often find what I'm looking for much quicker just by asking ChatGPT. You can even ask it to pretend it's William Shatner while explaining how to use a given function. So that's fun.

  • source
  • hideshow 2 child comments
  • [–] 3 points 2 years ago (2 children)

    You'd still have to read the official documentation to validate what you get from ChatGPT.

    @bucho @ChrisLicht

  • source
  • parent
  • hideshow 4 child comments