15

I'm a python fanboy, not gonna lie.
I love everything about it. It's clean syntax, ready to use out of the box-ness, convenient built-in functions.

The one thing I hate is the official documentation. It's ugly, hard to navigate and a cluster fuck.

But it has proper information, so it's fine I guess. tsch

Comments
  • 0
    if you own a Mac you could use Dash
    https://kapeli.com/dash

    it has an VS Code integration an searches for reference inside of your code.
  • 4
    @Loeina does that documentation come in 6 folders of needle printer paper and a finger thick layer of dust?
  • 6
    devdocs.io FTW. I use it for Python, Django, Javascript, jquery, Go, lodash... Love it!
  • 0
    @Schnouki didn't know it. Seems awesome thanks 🙌
  • 0
    @heyheni I just noticed how much of a 21st century problem I was having.
    Good point 👍
  • 0
    @Schnouki Oh it looks like a neat site I will definitely check it out.
  • 0
    Forget documentation. Just guess what you think makes sense and it's probably right.

    Otherwise pydoc is great
  • 1
    Didn't have problems with the docs 🤔 They're not too bad...try reading the 3ds Max Python API docs :P
  • 0
    I was about to rent on scipy's documentation: for almost everything filter related, when allowing to choose between analog filter design and numeric, functions will have an analog argument defaulting to false. Except for freqs. This function, made to plot filter response, only works for analog filters, and its doc doesn't even mention freqz, the digital equivalent, in the "related" part 😤
  • 1
    Don't forget the atrocity that is: ''.join(['list','of','stuff')
  • 0
    I think Python docs are pretty good. What are your qualms with it?
  • 0
    @shaji mostly visual
Add Comment