> Are you aware of the pylint-gui utility shipped with pylint ? It provides a
> simple GUI for pylint written with Tkinter.
Hi,
Thanks, I didn't know... Maybe it would be a good idea to mention it
somewhere on the project page in a visible way (with a screenshot
too). I ran through the documentat
On Friday 08 April 2011 01:41:43 Jabba Laci wrote:
> Hi,
>
> I would like to announce that I made a simple GUI for PyLint;
> available here: https://github.com/jabbalaci/PyLint-Output-Visualizer
> .
>
> Motivation: I didn't like that I had to relaunch pylint each time I
> added or removed some li
On Thursday 07 April 2011 22:56:23 Dan Stromberg wrote:
> Filter is not deprecated, but it was almost removed from Python 3.x.
>
> It's also an unnecessary extra, now that Python has List Comprehensions and
> Generator Expressions. Python does not adhere to TMTOWTDI, fortunately.
>
> Pylint is n