this post was submitted on 24 Nov 2024
14 points (88.9% liked)

Technik

860 readers
53 users here now

die Community für alles, was man als Technik beschreiben kann


the community for everything you could describe as technology


Beiträge auf Deutsch oder Englisch


Posts in German or English

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sbv@sh.itjust.works 10 points 7 months ago (1 children)

Based on my analysis I'm pleasantly surprised with the performance improvements Python has received in the last couple of years starting with Python 3.11, and I'm also frankly blown away by PyPy, which I expected to be only marginally faster than CPython and is instead running at or close to Node.js speeds. I'm definitely going to play more with PyPy going forward!

That sounds a lot like "yes, Python is that slow".

To be fair, I think devs typically pick a language based on personal preferences, so speed doesn't really matter as long as it's fast enough.

[–] ChaoticNeutralCzech@feddit.org 4 points 7 months ago

...and whatever project they're making. You wouldn't use Python in something that does a million matrix calculations, but for basic scripting it's fine.