Product Avatar Image

Pylint

Show rating breakdown
19 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.2
Serving customers since
2019
Profile Filters

All Products & Services

Profile Name

Star Rating

8
10
1
0
0

Pylint Reviews

Review Filters
Profile Name
Star Rating
8
10
1
0
0
RT
Raj T.
Software Engineer at Tata Consultancy Services
07/31/2018
Validated Reviewer
Review source: G2 invite
Incentivized Review

Best Source Code analyzer

PyLint is a source code , bug and quality checker for python programming language . It is much better than Pychecker and Pyflakes as it has additional features like checking the code line's length , checking if the variable names are well formed , checking if the imported modules are used or not . It is so useful for a programmer and a must have plug in IDEs.
LA
Luan A.
Currently working with graphics.
05/04/2018
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Pylint Review

It's easy to install, is multiplatform, it rates your script and shows how much you improved since the last check, very detailed user manual.
Natalia K.
NK
Natalia K.
Developer at Tangent Labs
11/17/2016
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Simple python code analyser

It is a very simple tool to check the code for errors, duplications and if it follows the coding standard. It is customizable and could be configured based on the errors or conventions you are interested in. It is a command line tool, but it also has a simple GUI that provides reports based on different metrics. Pylint can be integrated with your IDE or used with automated testing.

About

Contact

HQ Location:
Zürich, Zürich

Social

@pylint

What is Pylint?

Pylint is a highly versatile tool used to improve the quality of Python code. It analyzes Python programs to identify bugs, enforce a coding standard, and looks for certain types of code smells. Pylint offers a thorough and detailed examination of code complexity and conformity to a variety of coding standards and conventions, helping developers ensure their code is readable, maintainable, and error-free. A key feature of Pylint is its configurability and ability to be customized through plugins to accommodate specific project needs.

Details

Year Founded
2019
Website
www.pylint.org