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

Python Django Lint


Company: Debian

Average User Rating (2 reviews)

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


User Reviews
Share:


    "good"

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

    Summary:
    can do better

    Report post

    Was this review helpful? (0) (0)

    add a comment


    "Django still needs more time..."

    by jowen on Aug 30, 2011 7:01 PM

    Summary:
    I used Django for my work with a gaming community site. It’s great for what it does. It’s simple and easy. Since I was already familiar with Python, it didn’t take much time at all to use get the site up and running. I’ve heard rumblings from other web developers that Django has a feeble old man behind the curtain, but it has worked for me for what I need, and the site runs well. Before I was able to remove the Beta tag on the site, I tried to run some static analysis for Django, and that was a bit of a pain. Python Django Lint was fairly effective; it did pick up the duplication error that seems to pop up a lot on the Django support site, but I didn’t like the amount of work it took to go back and address the problems. I’ll definitely continue to use both Python and Django in the future, but I’m still looking for a better analysis tool.

    Report post

    Was this review helpful? (1) (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!