Python Forum

Full Version: Using Spyder Full Screen Debugger
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am running some python code in the Spyder debugger.

Just for fun (?) I asked it to statistically analyze my python code.

I got a lot of responses. Such as seven errors and a lot of warnings. Now I am not sure what to do. It is conforming to PEP8, and it a finding a lot of things wrong with the code which the interpreter did not even mention.

That is confusing. There seems to be about 40 warning now. Let me take that first just the warnings.

I think this is really like using c-lint on c code (pylint?).

All warnings unless quite flagrant should be taken with a grain of salt.

I know that when I used c lint many of the warnings were ignored and the program worked fine.

Is that the way to look a the static code analyzer in Spyder with the source code in python?

Any help appreciated. Thanks in advance.

Respectfully,

ErnestTBass