@louiscouture depends on who you ask. For me, the most annoying thing is the bolt-on OO features. They make syntax inconsistent. Do you call func(obj) or obj.func()? Things like __self__ and __init__ are ugly and clunky.
@dannyboy __init__ is really annoying that’s granted but what I hate is the lack of brackets to delimit a function. I totally get that your code should be readable, but gosh it is annoying when you press space accidentally on something, and when you find out you have to back on all the lines of your code to remove all the spaces because the text alignment is off by one space,
@dannyboy __init__ is really annoying that’s granted but what I hate is the lack of brackets to delimit a function. I totally get that your code should be readable, but gosh it is annoying when you press space accidentally on something, and when you find out you have to back on all the lines of your code to remove all the spaces because the text alignment is off by one space,