Does anyone have any experience using static code analyzers for wxPython apps? I've run across PyChecker and PyLint so far. What about reverse UML tools like PyNSource or PYUT? Here is an interesting link too:
As my apps grow bigger and more complex, I'd like a tool to look for structural problems. I must confess that I'm not a programmer by profession so many of the CASE tools are foreign to me. However, my normal approach using gedit and print statements is beginning to fall short.
Does anyone have any experience using static code analyzers for wxPython apps? I've run across PyChecker and PyLint so far. What about reverse UML tools like PyNSource or PYUT? Here is an interesting link too:
As my apps grow bigger and more complex, I'd like a tool to look for structural problems. I must confess that I'm not a programmer by profession so many of the CASE tools are foreign to me. However, my normal approach using gedit and print statements is beginning to fall short.
Thanks,
Dan
I use pyflakes. It may not be as comprehensive as some of the other tools but it runs in a reasonable time and does not produce a lot of unwanted warnings.