|
|
|
|
|
by jdrek1
1237 days ago
|
|
Honest question, why? If you properly format your code then it's indented anyway so Python is basically just replacing `{` with `:` and then not having a `}`. Python is the least problematic of all the languages enforcing some style things. Go insisting on Google's stupid styleguide is just dumb, Lisp having the parentheses on the wrong positions and ignoring the fact that there is more than one bracket type available is dumb, all the languages with `END` blocks are dumb because `{ ... }` is much shorter and cleaner, ... . Python has its annoyances too but indentation really isn't a problem - it's there already anyway. |
|
AHK let me scrap whatever script from internet or i could come up, throw them in notepad and it would work.... now, python makes you "properly indent" which coming from AHK makes my head explode
https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2F...
this is a good example. AHK would read this normally but no, python sees whitespace and wants to "use that"....
https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2F...
this would never happen on AHK so it makes me mad.
part of the reason why i have never gotten hold of python while i can whip up an AHK script in my mind