Earlier quoted context omitted.
The problem is that if you copy random code from the internet it cannot figure out the right indentation level - whitespace has meaning in python. What IDE can automagically handle this?
Do you mean "figure out that I'm pasting at level 3, so all pasted code should have +3 levels of indents" like plugins like this one do? https://marketplace.visualstudio.com/items?itemName=hyesun.p... (Sublime has the same, so does vim see comment above, so do many real IDEs) Or do you mean something different?
It's basically a non problem in most other languages, and a IDE formatter hook will always clean up the code and organize it correctly in a way that you cannot get in Python.