Emin.shopper Martinian.shopper wrote:
> On 4/25/07, *Neal Norwitz* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     You can get similar functionality by using tools such as pychecker.
>     PyLint and pyflakes may also have this functionality.
>
>
> I like PyLint and pychecker a lot, but the funtionality is not 
> similar.  Both take a lot longer to run (at least longer than my ABC 
> implementation) and you have to remember to run them each time you 
> change your program. Using an ABC adds very little overhead and gets 
> checked automatically.
You could use an editor that automatically runs PyLint and/or 
pychecker.  The PyDev plugin for Eclipse runs PyLint in the background 
and highlights any lines that produced errors or warnings.  Now that 
I've worked with PyDev for several months, I wouldn't want to work 
without the immediate feedback it provides.

Regards,

-- 
Aaron Bingham
Senior Software Engineer
[EMAIL PROTECTED]
Tel. +49 (0)351 4173-146
Fax +49 (0)351 4173-109

Cenix BioScience GmbH
Tatzberg 47
01307 Dresden, Germany
www.cenix-bioscience.com

---------------------------------------------------------
Sitz der Gesellschaft (Place of Business): Dresden
Geschäftsführer (CEO): Dr. Christophe J. Echeverri
Amtsgericht (Local Court): Dresden, HRB 19964
Ust-ID (VAT-No.): DE205824437
---------------------------------------------------------

_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to