Shamelessly cross-posting this …

  • @[email protected]
    link
    fedilink
    English
    111 year ago

    I usually read news like this so this is my opinion about this subject: python is a good language for prototype, PoC, and general tasks where performance and security is not really important. For other uses languages like C, C++, Rust, Fortran, and libs like MIPS are better option. I think every language has its pros and cons, so the optimal is select the best language for the particular task, no try to change the language for be the best in all aspects (it is impossible).

    • @[email protected]
      link
      fedilink
      English
      51 year ago

      There is also lots of fields where Python performance isn’t the bottleneck. In my backend web application, Python isnt holding us back and actually help us deliver features faster. And we can scale to much more clients before performance starts being an issue.

      My last project was a legacy Django web app, that actually worked fairly well, the problem was the shitty codebase but it was in Production for almost 10 years, thousands of users and everything worked

      • @[email protected]
        link
        fedilink
        21 year ago

        I agree with you. Python us a good language and it suites very nice for a lot of productive uses cases. The problem is when high performance is a mandatory requirement, in this cases I suggest other options better than Python.

    • ActuallyRuben
      link
      fedilink
      English
      31 year ago

      I do agree with you on performance, but what makes python unsuitable where security is important?

    • @[email protected]
      link
      fedilink
      English
      21 year ago

      there can also ne inertia for existing projects though. for example it can be tough to get more research-y work (eg grad students) to switch over from r/python/Matlab for data processing in favor of c/rust