PyChecker
PyChecker is a tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++ and is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious...
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
Features
- Static analysis
- Static Code Analysis
No comments or reviews, maybe you want to be first?
Post comment/reviewPyChecker information
What is PyChecker?
PyChecker is a tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++ and is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.