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

Programmer Humor

19606 readers
485 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
[–] [email protected] 1 points 1 year ago (6 children)

Python is never the right answer!

[–] [email protected] 1 points 1 year ago (1 children)

I know there's a lot of downvotes because there are people reading this as hate toward Python. On one hand, one can make the case that it is overused and this doesn't bold well for those that simply can never like it's syntax. On the other hand, Python is perfect for small scripts that isn't tailored for a Domain or just quick codes.

[–] [email protected] 3 points 1 year ago

Honestly, I'm not really a fan of the formatting and syntax of Python but I agree, it is a fine choice for scripting things quickly if you don't mind the language itself.

The biggest issue I have with it are all the incompatible versions, juggling modules, having some other random thing with a ridiculous configuration, where a bash script would be infinitely easier. Anything more complicated and Python is just too much of a headache.

load more comments (4 replies)