Everytime I have to use some python script I fucking groan. God, what a pain in the ass python is...

  • Lerios [hy/hym]
    ·
    2 years ago

    aside from the indentation, which i know is kind of annoying but you get used to it, whats wrong with it? python (and matlab i guess) is the only language that was taught in my degree, and it seems fine?

    • PapaEmeritusIII [any]
      ·
      2 years ago

      As a (currently drunk) programmer. I think the most annoying thing about python is that it encourages people to write things in “pythonic” ways (read: using really esoteric python features to do complex operations in as few lines as possible).

      When you don’t primarily work with python, it makes it unnecessarily difficult to read people’s “pythonic” code.