0

Is there an application similar to Java's CheckMI for Python?

4
  • You might want to describe CheckMI, so we pythonistas can answer you… I went to the CheckMI site, and it sounded a bit like media-speak. Commented Feb 12, 2011 at 8:15
  • That's a tool of checking the code quality, same with the checkstyle. The meaning of MI is maintainability index what used to check the things like the comments lines whether are enough for specific source code. Commented Feb 12, 2011 at 8:27
  • Try pylint, which is a style checker for python... Commented Feb 21, 2011 at 6:00
  • Tell us specifically what code-checking capabilities it needs, e.g. does pylint fit the bill? Commented Jul 5, 2011 at 8:24

1 Answer 1

1

Python code checkers include PyFlakes, PyLint, PyChecker, and others.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.