• @Rooki@lemmy.world
      link
      fedilink
      142 years 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
        132 years 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
          12 years 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.