Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spiros chv patch 1 #105

Merged
merged 7 commits into from
Jul 3, 2023
Merged

Spiros chv patch 1 #105

merged 7 commits into from
Jul 3, 2023

Conversation

spirosChv
Copy link
Contributor

@spirosChv spirosChv commented Jul 3, 2023

  • W0D4: grammar check and fix typos
  • W0D5: Add a note below a video that has a typo in the slides.
  • W0D2: hide a solution of a coding exercise

feedback by: Steven Wendel

@github-actions
Copy link

github-actions bot commented Jul 3, 2023

W0D2_Tutorial1 W0D4_Tutorial1 W0D4_Tutorial2 W0D4_Tutorial3 W0D5_Tutorial1
Instructor Open In Colab Open In Colab Open In Colab Open In Colab Open In Colab
Student Open In Colab Open In Colab Open In Colab Open In Colab Open In Colab
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)

@spirosChv spirosChv merged commit 7cab91d into main Jul 3, 2023
@spirosChv spirosChv deleted the spirosChv-patch-1 branch July 3, 2023 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants