simple program to prevent from exceptions

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Tue Nov 18 13:27:27 EST 2003


Francesco wrote:


> I know pychecker, but is there a simpler program, 
[...]

What's difficult about pychecker?

> I think for example of using a varible, without setted before.

Because of Python's highly dynamic nature, these sort
of static code checking is generally very hard to do.

Personally, I stick with Pychecker, fix the things it
bitches about, and other errors will be caught by
testing soon enough.

--Irmen





More information about the Python-list mailing list