this post was submitted on 18 Nov 2024
37 points (87.8% liked)

Python

6578 readers
98 users here now

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

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

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

founded 2 years ago
MODERATORS
37
Is Python Really That Slow? (blog.miguelgrinberg.com)
submitted 2 months ago by norambna to c/python
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 2 months ago (2 children)

Also fastest to write? I'd say JS or Ruby are just as fast or barley 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.

[–] [email protected] 9 points 2 months ago (1 children)

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).

[–] [email protected] 8 points 2 months ago

Ruby has enough syntactic sugar to give you type 2 diabetes honestly.

[–] [email protected] 5 points 2 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