<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 10 February 2015 at 09:24, Eduard Bondarenko <span dir="ltr"><<a href="mailto:eduardbpy@gmail.com" target="_blank">eduardbpy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div></div><div>And the first thing that I have to do programming in Python is to download analyser tool.</div></blockquote></div><br></div><div class="gmail_extra">Most IDEs have some static analysis tool built in which will highlight these kinds of mistakes. E.g. I use Pycharm, and that's more than capable of pointing out undefined names for me.<br><br></div><div class="gmail_extra">Maybe we should consider including functionality like that in IDLE, but that would require giving one static analysis tool the official blessing of inclusion in the standard library, which would probably be controversial. And I'm not sure many people use IDLE anyway.<br><br></div><div class="gmail_extra">Thomas<br></div></div>