this post was submitted on 06 Aug 2023
560 points (97.1% liked)

Programmer Humor

25671 readers
1736 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Diplomjodler@feddit.de 34 points 2 years ago (14 children)

Python is the second best language for everything. Having one language that does it all is better than learning several that might do it a little bit better.

[–] dukk@programming.dev 8 points 2 years ago (5 children)

Speed is a serious problem in Python though. Python has its use cases, and so do other languages. Things would not end well if we started using Python for everything.

[–] noli@programming.dev 2 points 2 years ago

This might be an unpopular opinion but python's speed wouldn't even be an issue if it was 5x slower than it is now.

Python is a language designed for write-time performance, not runtime performance.

load more comments (4 replies)
load more comments (12 replies)