• Rimu
    link
    fedilink
    8
    edit-2
    5 months ago

    Try the PyCharm IDE. It’s really smart and helpful. The free ‘community edition’ is fine.

    • Ephera
      link
      fedilink
      15
      edit-2
      5 months ago

      I’m sorry to say this, but PyCharm is precisely what we were using. I do consider it the best Python editor, but it’s several classes below IntelliJ for Java/Scala/Kotlin or even the extremely new RustRover for, well, Rust. And I’d say roughly at the level of KATE (a non-smart text editor) with just the rust-analyzer language server hooked up.

      It is extremely impressive what PyCharm manages to analyze in Python, but other languages offer similarly good tooling out of the box, or make such analysis much easier by having static types.