this post was submitted on 05 Sep 2023
1322 points (97.4% liked)

Programmer Humor

19488 readers
291 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] 12 points 1 year ago (1 children)

I’ve programmed Python mostly without IDE without any problem. It’s no more difficult to understand the structure of the program than a bracketed language.

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

Don't get me wrong, I know it's quite possible, I find it just grates when you're used to braces and semi-colons. They're sort of a standard across many languages, and is an extra mental gearshift to python syntax.