Tag Archives: improve

Improve Your Python Code With pylint

The myriad recommendations and requirements of the Python Style Guide can be bewildering and difficult to remember for the uninitiated.  Pylint is a Python application that analyses your code and suggests where you could make it more readable and more inline with the Python style guide. Pylint takes much of the hard work out of… Read More »