Log in or register to post comments 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. Tags Python Interview Questions