pychecker
tool to find common bugs in Python source code
Install
- All systems
-
curl cmd.cat/pychecker.sh
- Debian
-
apt-get install pychecker
- Ubuntu
-
apt-get install pychecker
- Arch Linux
-
pacman -S pychecker
- Kali Linux
-
apt-get install pychecker
- Fedora
-
dnf install pychecker
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pychecker
- Raspbian
-
apt-get install pychecker
- Dockerfile
- dockerfile.run/pychecker
pychecker
tool to find common bugs in Python source code
PyChecker is a tool for finding common bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. Because of the dynamic nature of Python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.