Deathwing
<Bronze Donator>
When I first started, I found working with Python really frustrating. I didn't know the language, no one else here really had a good IDE to recommend, so I was winging it in Notepad++. Admittedly, my year or so of code is really sloppy. I've since found that using an IDE with an automatic linter and intellisense really helps.Any time I've ever written Python for work, it's been spaghetti code mishmash that I somehow made work and put it somewhere and forgot about it.
I assume most people developing in python do the same thing. "This isn't my job" lol
Honestly, this is less a Python thing and just people working with a language that's markedly foreign to their preference. I commonly find people that are used to curly braces, semi-colons, and strong typing, do not initially produce good Python code. And they complain a lot about indentation sensitivity.
I bet 10 years ago, we could find the same issues with shell and perl scripts.