Changes between Version 31 and Version 32 of Submitting/Python
- Timestamp:
- 03/26/20 16:12:37 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/Python
v31 v32 330 330 == Checking the code == 331 331 332 Use tools such as pylintand pep8 to check your code (both style and332 Use tools such as [https://www.pylint.org/ pylint] and pep8 to check your code (both style and 333 333 correctness). Just note that default settings of these tools is not fully 334 334 compatible with wxGUI/wxPython style and that some of the reported errors