Earlier quoted context omitted.
Pyflakes will catch most of those kinds of bugs. Fast option if for some reason you can’t or don’t have time to type.
No it won't. It won't even catch trivial errors like `import os; os.sdfsdfsdf()`. Perhaps you haven't used static typing so aren't familiar with the kinds of bugs it can prevent?
I’m talking about realistic errors, not theoretical ones that would crash at first run. You have one test, right? Run the code once before deploying? I thought so. In which case, pyflakes and a few tests find a great majority (not all) of errors devs actually have.