InterviewSolution
Saved Bookmarks
| 1. |
What tools can help find bugs or perform the static analysis? |
|
Answer» For performing Static ANALYSIS, PyChecker is a tool that DETECTS the bugs in source code and warns the programmer about the style and complexity. Pylint is another tool that authenticates whether the module MEETS the CODING standard. |
|