• Rooki@lemmy.world
    link
    fedilink
    arrow-up
    18
    arrow-down
    5
    ·
    9 months ago

    The syntax, the syntax-highlighting, venv creation and usage, having to import everything even inbuild types, have fun checking what a third party library has for functions and what they need :D Async is a hecking mess, documentation is another (bad) story.

    • tias@discuss.tchncs.de
      link
      fedilink
      arrow-up
      20
      arrow-down
      1
      ·
      9 months ago

      I’m sure the syntax highlighting is entirely dependent on what editor you use, and is not a property of the language itself.

      • Rooki@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        I used pycharm, vscode ( with some extensions ), text editor, notepad++, IDLE even Thonny on my raspberry PI. Still all of them was syntax highlighting or suggestion terrible. I never knew what the function of a third party or sometimes first party library wanted.