Shamelessly cross-posting this …

  • @Welmo
    link
    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

    • xurxia
      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.