python was the first language I learned and most of what I code and I never understood this deep fear of type errors, it's pretty rarely an issue in practice
The usefulness of types becomes very noticeable in large projects where you have a lot of engineers working on a codebase.
With types, you can just write code without having to figure out what different functions you didn't write expect as arguments or what they return.