Code report for W0D3_Tutorial2
Code report for W0D3_Tutorial2.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 99
Common problems:
- 21 instances of E231 (missing whitespace after ',')
- 14 instances of E226 (missing whitespace around arithmetic operator)
- 11 instances of E402 (module level import not at top of file)
- 6 instances of E251 (unexpected spaces around keyword / parameter equals)
- 5 instances of E301 (expected 1 blank line, found 0)
- 5 instances of E225 (missing whitespace around operator)
- 5 instances of E501 (line too long (92 > 88 characters))
- 4 instances of E302 (expected 2 blank lines, found 1)
- 3 instances of E501 (line too long (102 > 88 characters))
- 3 instances of E501 (line too long (99 > 88 characters))
---