[wxPython-users] Advice on CASE Tools for wxPython Development

Christopher Thoday chris at cthoday.uklinux.net
Sat Jan 19 07:04:55 PST 2008


Daniel B. Koch wrote:
> Hi folks,
>
> 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:
>
> http://tarind.com/depgraph.html
>
> 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.




More information about the wxpython-users mailing list