Code report for W0D0_Tutorial11
Code report for W0D0_Tutorial11.ipynb
=====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 0
---
Code report for W0D0_Tutorial2
Code report for W0D0_Tutorial2.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 0
---
Code report for W0D0_Tutorial5
Code report for W0D0_Tutorial5.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 0
---
Code report for W0D0_Tutorial7
Code report for W0D0_Tutorial7.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 0
---
Code report for W0D0_Tutorial9
Code report for W0D0_Tutorial9.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 0
---
Code report for W0D1_Tutorial1
Code report for W0D1_Tutorial1.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 141
Common problems:
- 56 instances of E402 (module level import not at top of file)
- 32 instances of E226 (missing whitespace around arithmetic operator)
- 14 instances of E501 (line too long (100 > 88 characters))
- 11 instances of E266 (too many leading '#' for block comment)
- 8 instances of E225 (missing whitespace around operator)
- 3 instances of E501 (line too long (89 > 88 characters))
- 2 instances of E501 (line too long (98 > 88 characters))
- 2 instances of E703 (statement ends with a semicolon)
- 2 instances of E303 (too many blank lines (2))
- 2 instances of W605 (invalid escape sequence '\p')
---
Code report for W0D2_Tutorial1
Code report for W0D2_Tutorial1.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 213
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)
- 16 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 E302 (expected 2 blank lines, found 0)
- 4 instances of E222 (multiple spaces after operator)
---
Code report for W0D3_DaySummary
Code report for W0D3_DaySummary.ipynb
=====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 0
---
Code report for W0D3_Outro
Code report for W0D3_Outro.ipynb
================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 0
---
Code report for W0D3_Tutorial1
Code report for W0D3_Tutorial1.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 230
Common problems:
- 96 instances of E251 (unexpected spaces around keyword / parameter equals)
- 34 instances of E402 (module level import not at top of file)
- 16 instances of E226 (missing whitespace around arithmetic operator)
- 14 instances of E703 (statement ends with a semicolon)
- 8 instances of E127 (continuation line over-indented for visual indent)
- 7 instances of E231 (missing whitespace after ',')
- 7 instances of E501 (line too long (100 > 88 characters))
- 5 instances of E265 (block comment should start with '# ')
- 5 instances of E305 (expected 2 blank lines after class or function definition, found 1)
- 4 instances of E302 (expected 2 blank lines, found 1)
---
Code report for W0D3_Tutorial2
Code report for W0D3_Tutorial2.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 111
Common problems:
- 31 instances of E402 (module level import not at top of file)
- 21 instances of E231 (missing whitespace after ',')
- 14 instances of E226 (missing whitespace around arithmetic operator)
- 6 instances of E251 (unexpected spaces around keyword / parameter equals)
- 5 instances of E501 (line too long (100 > 88 characters))
- 4 instances of E302 (expected 2 blank lines, found 1)
- 3 instances of E501 (line too long (93 > 88 characters))
- 3 instances of E501 (line too long (102 > 88 characters))
- 3 instances of E501 (line too long (99 > 88 characters))
- 2 instances of E501 (line too long (91 > 88 characters))
---
Code report for W0D4_DaySummary
Code report for W0D4_DaySummary.ipynb
=====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 0
---
Code report for W0D4_Tutorial1
Code report for W0D4_Tutorial1.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 380
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)
- 15 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_DaySummary
Code report for W0D5_DaySummary.ipynb
=====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 0
---
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)
---
Code report for W0D5_Tutorial2
Code report for W0D5_Tutorial2.ipynb
====================================
Quality (pyflakes)
------------------
Total code issues: 0
Style (pycodestyle)
-------------------
Total PEP8 violations: 215
Common problems:
- 36 instances of E402 (module level import not at top of file)
- 29 instances of E226 (missing whitespace around arithmetic operator)
- 26 instances of E231 (missing whitespace after ',')
- 16 instances of E251 (unexpected spaces around keyword / parameter equals)
- 13 instances of E225 (missing whitespace around operator)
- 13 instances of E265 (block comment should start with '# ')
- 10 instances of E703 (statement ends with a semicolon)
- 10 instances of E266 (too many leading '#' for block comment)
- 8 instances of E501 (line too long (100 > 88 characters))
- 7 instances of E302 (expected 2 blank lines, found 1)
---
Code report for W0D0_Tutorial11
Code report for W0D0_Tutorial11.ipynb ===================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 0 ---Code report for W0D0_Tutorial2
Code report for W0D0_Tutorial2.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 0 ---Code report for W0D0_Tutorial5
Code report for W0D0_Tutorial5.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 0 ---Code report for W0D0_Tutorial7
Code report for W0D0_Tutorial7.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 0 ---Code report for W0D0_Tutorial9
Code report for W0D0_Tutorial9.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 0 ---Code report for W0D1_Tutorial1
Code report for W0D1_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 141 Common problems: - 56 instances of E402 (module level import not at top of file) - 32 instances of E226 (missing whitespace around arithmetic operator) - 14 instances of E501 (line too long (100 > 88 characters)) - 11 instances of E266 (too many leading '#' for block comment) - 8 instances of E225 (missing whitespace around operator) - 3 instances of E501 (line too long (89 > 88 characters)) - 2 instances of E501 (line too long (98 > 88 characters)) - 2 instances of E703 (statement ends with a semicolon) - 2 instances of E303 (too many blank lines (2)) - 2 instances of W605 (invalid escape sequence '\p') ---Code report for W0D2_Tutorial1
Code report for W0D2_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 213 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) - 16 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 E302 (expected 2 blank lines, found 0) - 4 instances of E222 (multiple spaces after operator) ---Code report for W0D3_DaySummary
Code report for W0D3_DaySummary.ipynb ===================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 0 ---Code report for W0D3_Outro
Code report for W0D3_Outro.ipynb ================================ Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 0 ---Code report for W0D3_Tutorial1
Code report for W0D3_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 230 Common problems: - 96 instances of E251 (unexpected spaces around keyword / parameter equals) - 34 instances of E402 (module level import not at top of file) - 16 instances of E226 (missing whitespace around arithmetic operator) - 14 instances of E703 (statement ends with a semicolon) - 8 instances of E127 (continuation line over-indented for visual indent) - 7 instances of E231 (missing whitespace after ',') - 7 instances of E501 (line too long (100 > 88 characters)) - 5 instances of E265 (block comment should start with '# ') - 5 instances of E305 (expected 2 blank lines after class or function definition, found 1) - 4 instances of E302 (expected 2 blank lines, found 1) ---Code report for W0D3_Tutorial2
Code report for W0D3_Tutorial2.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 111 Common problems: - 31 instances of E402 (module level import not at top of file) - 21 instances of E231 (missing whitespace after ',') - 14 instances of E226 (missing whitespace around arithmetic operator) - 6 instances of E251 (unexpected spaces around keyword / parameter equals) - 5 instances of E501 (line too long (100 > 88 characters)) - 4 instances of E302 (expected 2 blank lines, found 1) - 3 instances of E501 (line too long (93 > 88 characters)) - 3 instances of E501 (line too long (102 > 88 characters)) - 3 instances of E501 (line too long (99 > 88 characters)) - 2 instances of E501 (line too long (91 > 88 characters)) ---Code report for W0D4_DaySummary
Code report for W0D4_DaySummary.ipynb ===================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 0 ---Code report for W0D4_Tutorial1
Code report for W0D4_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 380 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) - 15 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_DaySummary
Code report for W0D5_DaySummary.ipynb ===================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 0 ---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) ---Code report for W0D5_Tutorial2
Code report for W0D5_Tutorial2.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 215 Common problems: - 36 instances of E402 (module level import not at top of file) - 29 instances of E226 (missing whitespace around arithmetic operator) - 26 instances of E231 (missing whitespace after ',') - 16 instances of E251 (unexpected spaces around keyword / parameter equals) - 13 instances of E225 (missing whitespace around operator) - 13 instances of E265 (block comment should start with '# ') - 10 instances of E703 (statement ends with a semicolon) - 10 instances of E266 (too many leading '#' for block comment) - 8 instances of E501 (line too long (100 > 88 characters)) - 7 instances of E302 (expected 2 blank lines, found 1) ---