HOW TO FIND BUGS OR PERFORM STATIC ANALYSIS IN A PYTHON APPLICATION?

How to find bugs or perform static analysis in a python application?

You can use PyChecker, which is a static analyzer. It identifies the bugs in Python project and also reveals the style and complexity related bugs.

Another tool is Pylint, which checks whether the Python module satisfies the coding standard or not.

 
 
 
 
 
 
 

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>