[Python-3000] An introduction to ABC's
Aaron Bingham
bingham at cenix-bioscience.com
Wed Apr 25 16:58:04 CEST 2007
Emin.shopper Martinian.shopper wrote:
> On 4/25/07, *Neal Norwitz* <nnorwitz at gmail.com
> <mailto:nnorwitz at gmail.com>> 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
bingham at cenix-bioscience.com
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
---------------------------------------------------------
More information about the Python-3000
mailing list