6

Shamelessly cross-posting this ...

top 5 comments
sorted by: hot top controversial new old
[-] furrowsofar@beehaw.org 1 points 1 year ago

They could probably have gotten similar results by using a combination of numpy and numba. They could also have just written a C extension which they basically did. The key is to get the final code to run both in parallel and vectorize on your exact hardware. So there are compiler flag choices too if your using C. Nice though.

[-] xurxia@lemmy.ml -2 points 1 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).

[-] Welmo@programming.dev 2 points 1 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

[-] ActuallyRuben@actuallyruben.nl 1 points 1 year ago

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

[-] xurxia@lemmy.ml 0 points 1 year ago

Dynamic typing is a potential source of security problems

this post was submitted on 25 Jun 2023
6 points (100.0% liked)

Python

6224 readers
3 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS