this post was submitted on 05 Sep 2023
1314 points (97.4% liked)
Programmer Humor
20039 readers
2718 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Python syntax is the absolute worst
Why do you believe that?
Not the previous commenter, but using indentation as syntax rather than an aid to understanding tge program structure is just painful when you come from any more conventionally structured language. The meme above may be an exaggeration, but it's not much of one. An IDE can probably help, but needing one just to be able to more easily read the code is excessive.
That said, it's a popular language and there are plenty of useful libraries, so sometimes the trade off is worth it.
Coming from C++ and Java over to Python was challenging. The IDE I used at the time also did not like when I used tabs instead of spaces, which drove me up a wall.
I will say that for beginners where python is their first language, it does a good job at reinforcing good practices for writing legible code.