First time here? Check out the FAQ!

Michael Messuri's profile - activity

2020-01-22 19:36:54 -0500 received badge Student (source)
2019-06-28 09:50:37 -0500 received badge Notable Question (source)
2019-06-28 09:50:37 -0500 received badge Popular Question (source)
2019-06-28 09:50:37 -0500 received badge Famous Question (source)
2019-03-07 08:36:07 -0500 marked best answer Equivalent of PyCharms Code Inspection

Is there a way to enable behavior similar to PyCharms Code Inspection?  I ask because in PyCharm a line similar to:test_random_str += ''.join(random.choice(string.ascii_letters) for i in range (10)) results in an 'Unused local'; however, the latest WingIDE does not report such an errorAlso, PyCharm reports several PEP 8 naming convention violations while WingIDE does not.

Thanks

2017-08-02 18:24:00 -0500 commented answer Equivalent of PyCharms Code Inspection

Thank you so much for both the quick response and the information I needed.  I will not only work on installing the tool

2017-08-02 13:41:00 -0500 asked a question Equivalent of PyCharms Code Inspection

Equivalent of PyCharms Code Inspection Is there a way to enable behavior similar to PyCharms Code Inspection?  I ask bec