Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

Pylint


Company: Logilab

Average User Rating (3 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    "very nice"

    by saroj kishan on May 31, 2013 12:44 PM

    Summary:
    awesome performance

    Report post

    Was this review helpful? (0) (0)

    add a comment


    "topic is good"

    by afsal on Oct 16, 2011 1:27 AM

    Summary:
    very nice to read it

    Report post

    Was this review helpful? (1) (0)

    add a comment


    "Great Interface. Finds Errors Quickly."

    by jowen on Aug 30, 2011 7:07 PM

    Summary:
    Pylint is really cool for linting anything with Python. Its rating system gives a sense of where your coding stands, and it is a neat challenge to get from the low sixes into the eights. It also points out most of the errors for you, which is great when you’re testing your own code. It will even take you to many of the errors. I know this should be expected at this point, but it is still enjoyable when I see it in action. I’ve checked Pylint against other linters, and it is certainly competitive with the others. It found more errors in my test than the SSA for Wing IDE and the PyFlakes linter.

    Report post

    Was this review helpful? (0) (0)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!