Top 15 PyChecker Alternative and Similar Softwares | Apr 2024

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.

1. PyFlakes

PyFlakes A simple program which checks Python source files for errors.......

2. PyLint

PyLint Pylint is a Python source code analyzer which looks for programming errors.......

3. PEP8

PEP8 pep8 is a tool to check your Python code against some of the style conventions in PEP 8.......

4. Codacy

Codacy Codacy automates code reviews and monitors code quality on every commit and pull request. It reports back the impact of every commit or pull request in new issues concerning code style, best practices, security and many others. It monitors changes in code coverage, code duplication and code complexity. It allows......

5. PEP 257

PEP 257 pep257 is a static analysis tool for checking compliance with Python PEP 257.The framework for checking docstring style is flexible, and custom checks can be easily added, for example to cover NumPy docstring conventions.pep257 supports Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy and pypy3.......

6. flake8

flake8 Flake8 is a wrapper around PyFlakes, pep8 and Ned Batchelder's McCabe script and displays the warnings in a per-file, merged output.Flake8 also adds the ability to suppress warnings, additional source control hooks and is extendible.......

7. QuantifiedCode

QuantifiedCode QuantifiedCode is a code quality platform that helps software developers write better code in less time—through data analytics. It enables software developer to automatically find and fix issues in their code and offers best practice solutions. It ships with hundreds of quality checks for Python and popular Python frameworks (e.g.,......

8. SideCI

SideCI Super fast automated code review. Get comments on style, security, bugs and more on GitHub pull requests. Merge with confidence. Your team's productivity will skyrocket. For Ruby, JavaScript, PHP, Python, CoffeeScript and Go.Technical Debt Kanban is included for Ruby.Free for open source projects.......

9. Splint

Splint Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal effort, Splint can be used as a better lint. If additional effort is invested adding annotations to programs, Splint can perform stronger checking than can be done by any standard lint.......

10. Infer

Infer Facebook Infer is a static analysis tool - if you give Infer some Objective-C, Java, or C code, it produces a list of potential bugs.......

11. Houndci

Houndci Hound comments on style violations in GitHub pull requests, allowing you and your team to better review and maintain a clean codebase. Hound keeps your code style in check.......

12. SOAtest

SOAtest Parasoft is recognized by software development professionals as the leader in software development lifecycle automation. By integrating software development management, quality lifecycle management, and dev/test environment management through service virtualization, regression tests, static analysis, and end-to-end testing, we help teams deliver better software faster.Parasoft SOAtest and Parasoft Load Test (packaged......

13. codebeat

codebeat codebeat collects the results of code analysis into a single, real-time report that presents all project stakeholders with information required to identify code smells, security holes and improve the overall code quality of their project.Our tool supports 9 languages, including SWIFT. We are fully integrated with GitHub, Bitbucket and Slack.......

14. Cauditor

Cauditor Figure out complexity hotspots in the blink of an eye from a couple of very simple charts. They'll help you understand the architecture of the project & make it easier to keep it under control.These metrics are generated from your PHP code:* Maintainability index* Cyclomatic complexity* Halstead intelligent content* Instability*......

15. Transcrypt

Transcrypt Transcrypt is a tool to precompile a fairly extensive subset of Python into compact, readable Javascript.FEATURES:- Allows for classical OO programming with multiple inheritance- Seamless integration with the universe of high-quality web-oriented JavaScript libraries, rather than the desktop-oriented Python ones- Hierarchical URL based module system to prevent name conflicts- Simple......