Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Pylint
Python static code analysis tool

Pylint is a static code analysis tool for the Python programming language. It is named following a common convention in Python of a "py" prefix, and a nod to the C programming lint program. It follows the style recommended by PEP 8, the Python style guide. It is similar to Pychecker and Pyflakes, but includes the following features:

  • Checking the length of each line
  • Checking that variable names are well-formed according to the project's coding standard
  • Checking that declared interfaces are truly implemented.

It is also equipped with the Pyreverse module that allows UML diagrams to be generated from Python code.

It can be used as a stand-alone program, but also integrates with IDEs such as Eclipse with PyDev, Spyder and Visual Studio Code, and editors such as Atom, GNU Emacs and Vim.

We don't have any images related to Pylint yet.
We don't have any YouTube videos related to Pylint yet.
We don't have any PDF documents related to Pylint yet.
We don't have any Books related to Pylint yet.
We don't have any archived web articles related to Pylint yet.

References

  1. "PEP 8 – Style Guide for Python Code". Python.org. Retrieved 2016-11-16. https://www.python.org/dev/peps/pep-0008/

  2. "pylint (analyzes Python source code looking for bugs and signs of poor quality)". Logilab.org. 2006-09-26. Retrieved 2016-11-16. http://www.logilab.org/project/pylint

  3. "PyLint". Pydev.org. 2016-10-31. Retrieved 2016-11-16. http://www.pydev.org/manual_adv_pylint.html

  4. "Python for VSCode – Visual Studio Marketplace". Marketplace.visualstudio.com. Retrieved 2016-11-16. https://marketplace.visualstudio.com/items?itemName=tht13.python

  5. "linter-pylint". Retrieved 2016-11-17. https://atom.io/packages/linter-pylint