this post was submitted on 06 Aug 2023
605 points (97.3% liked)

Programmer Humor

19594 readers
414 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Diplomjodler@feddit.de 37 points 1 year 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.

[–] entropicdrift@lemmy.sdf.org 5 points 1 year ago* (last edited 1 year ago) (3 children)

Python is the best "glue" language I've ever used. When you want to chain together your program's high-level logic and all of the loops happen inside lower-level languages like Rust, Go, Zig, D or C, Python's performance is perfectly adequate and it's so clear and concise it reads like pseudocode.

[–] nixfreak@sopuli.xyz 1 points 1 year ago

Even worse when you look at a class that’s over 1k long.

load more comments (2 replies)
load more comments (12 replies)