Code report for W2D3_Tutorial2
Code report for W2D3_Tutorial2.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 56
Common problems:
- 14 instances of E402 (module level import not at top of file)
- 8 instances of E302 (expected 2 blank lines, found 0)
- 5 instances of E266 (too many leading '#' for block comment)
- 3 instances of E261 (at least two spaces before inline comment)
- 3 instances of E305 (expected 2 blank lines after class or function definition, found 1)
- 3 instances of E226 (missing whitespace around arithmetic operator)
- 3 instances of E703 (statement ends with a semicolon)
- 2 instances of E302 (expected 2 blank lines, found 1)
- 2 instances of E501 (line too long (89 > 88 characters))
- 2 instances of E501 (line too long (100 > 88 characters))
---
Code report for W2D3_Tutorial2
Code report for W2D3_Tutorial2.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 56 Common problems: - 14 instances of E402 (module level import not at top of file) - 8 instances of E302 (expected 2 blank lines, found 0) - 5 instances of E266 (too many leading '#' for block comment) - 3 instances of E261 (at least two spaces before inline comment) - 3 instances of E305 (expected 2 blank lines after class or function definition, found 1) - 3 instances of E226 (missing whitespace around arithmetic operator) - 3 instances of E703 (statement ends with a semicolon) - 2 instances of E302 (expected 2 blank lines, found 1) - 2 instances of E501 (line too long (89 > 88 characters)) - 2 instances of E501 (line too long (100 > 88 characters)) ---