Aahz wrote:
In article <mailman.2279.1256851983.2807.python-l...@python.org>,
Robert Kern  <robert.k...@gmail.com> 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