Code report for W0D2_Tutorial1
Code report for W0D2_Tutorial1.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 209
Common problems:
- 56 instances of E402 (module level import not at top of file)
- 54 instances of E231 (missing whitespace after ',')
- 27 instances of E226 (missing whitespace around arithmetic operator)
- 14 instances of E225 (missing whitespace around operator)
- 13 instances of E501 (line too long (100 > 88 characters))
- 8 instances of E251 (unexpected spaces around keyword / parameter equals)
- 7 instances of E266 (too many leading '#' for block comment)
- 5 instances of E127 (continuation line over-indented for visual indent)
- 4 instances of E222 (multiple spaces after operator)
- 3 instances of E302 (expected 2 blank lines, found 0)
---
Code report for W0D4_Tutorial1
Code report for W0D4_Tutorial1.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 381
Common problems:
- 125 instances of E231 (missing whitespace after ',')
- 63 instances of E226 (missing whitespace around arithmetic operator)
- 33 instances of E402 (module level import not at top of file)
- 29 instances of E251 (unexpected spaces around keyword / parameter equals)
- 22 instances of E225 (missing whitespace around operator)
- 16 instances of E703 (statement ends with a semicolon)
- 10 instances of E128 (continuation line under-indented for visual indent)
- 8 instances of E501 (line too long (100 > 88 characters))
- 7 instances of E302 (expected 2 blank lines, found 0)
- 5 instances of E265 (block comment should start with '# ')
---
Code report for W0D4_Tutorial2
Code report for W0D4_Tutorial2.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 132
Common problems:
- 26 instances of E402 (module level import not at top of file)
- 23 instances of E231 (missing whitespace after ',')
- 23 instances of E226 (missing whitespace around arithmetic operator)
- 8 instances of E225 (missing whitespace around operator)
- 7 instances of E741 (ambiguous variable name 'I')
- 6 instances of E703 (statement ends with a semicolon)
- 5 instances of E302 (expected 2 blank lines, found 0)
- 5 instances of E266 (too many leading '#' for block comment)
- 5 instances of E501 (line too long (100 > 88 characters))
- 4 instances of E305 (expected 2 blank lines after class or function definition, found 1)
---
Code report for W0D4_Tutorial3
Code report for W0D4_Tutorial3.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 444
Common problems:
- 177 instances of E226 (missing whitespace around arithmetic operator)
- 115 instances of E231 (missing whitespace after ',')
- 27 instances of E402 (module level import not at top of file)
- 13 instances of E225 (missing whitespace around operator)
- 11 instances of E261 (at least two spaces before inline comment)
- 10 instances of E302 (expected 2 blank lines, found 0)
- 8 instances of E302 (expected 2 blank lines, found 1)
- 8 instances of E266 (too many leading '#' for block comment)
- 7 instances of E501 (line too long (100 > 88 characters))
- 7 instances of E305 (expected 2 blank lines after class or function definition, found 1)
---
Code report for W0D5_Tutorial1
Code report for W0D5_Tutorial1.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 164
Common problems:
- 42 instances of E251 (unexpected spaces around keyword / parameter equals)
- 27 instances of E402 (module level import not at top of file)
- 17 instances of E226 (missing whitespace around arithmetic operator)
- 10 instances of E266 (too many leading '#' for block comment)
- 8 instances of E305 (expected 2 blank lines after class or function definition, found 1)
- 7 instances of E302 (expected 2 blank lines, found 0)
- 6 instances of E231 (missing whitespace after ',')
- 5 instances of E302 (expected 2 blank lines, found 1)
- 5 instances of E501 (line too long (100 > 88 characters))
- 5 instances of E225 (missing whitespace around operator)
---
feedback by: Steven Wendel