Aahz wrote:
In article <[email protected]>,
Robert Kern  <[email protected]> wrote:
I like using pyflakes. It catches most of these kinds of typo errors, but is much faster than pylint or pychecker.

Coincidentally, I tried PyFlakes yesterday and was unimpressed with the
way it doesn't work with "import *".

If only IDLE's Intellisense worked without having to run the code first, perhaps I wouldn't have abandoned using IDE altogether to write codes and used vim/gedit/notepad/whateverpad instead. I've felt liberlized since going plaintext.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to