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.
magic_lobster_party@kbin.social 1 year ago
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.
notabot@lemm.ee 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.