• SatyrSack@feddit.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    Python is by far the fastest to write, cleanest, more maintainable programming language I know

    Maintainable? I have not ever had to work with any large Python projects, but from what I have heard, maintenance is a large pain point.

    • aluminium@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      7 months ago

      Also fastest to write? I’d say JS or Ruby are just as fast or barely slower.

      What most people mean is that Python has great Libraries which do the thing you want without much fuss. But thats more on the libraries than on the language.

      • SatyrSack@feddit.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 months ago

        I do not know Ruby, but Python has a lot of syntactic sugar that, if one becomes used to and proficient with it, makes writing much faster than other languages I know (including JavaScript).

      • Pup Biru@aussie.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 months ago

        i’m proficient in all 3, and i can say with great certainty that generally python is far faster to write

        certainly when you’re talking about JS rather than TS, and achiving a usable outcome rather than bashing together bug-ridden trash