Skip to content

Conversation

@Citrus716
Copy link
Contributor

Fixing Typos

img_avg

  • Chapter # 10
  • Practice

Repeat the Problem Title, Chapter #, and Section Name format for as many problems as you have.

Optional: Brief description of changes or any other notes you want to leave to the Curriculum Development team

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lintly has detected code quality issues in this pull request.

@phrdang phrdang requested review from a team and phrdang and removed request for a team August 4, 2020 18:04
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No linting violations have been found in this PR.

Copy link
Member

@phrdang phrdang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My overall comments:

  • This is a really cool problem! The main issue I see right now is the complexity - students need to understand exactly what the problem is asking and when I was reading the instructions I didn't know how to begin approaching it
  • Also, this problem requires some basic knowledge of the libraries used, and I think we either need to teach students that in the main curriculum, provide a link to an article or something that they could use, or simplify this problem so that it's doable

Also please see my comment about the solution1 function.



# write code to create newimg here
def solution1():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Citrus716 could you change this to not be a function since the students haven't learned them yet?

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No linting violations have been found in this PR.

@@ -1,12 +1,12 @@
"""
"""
Alternating
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@code-for-tomorrow/python who submitted this practice problem? I'm wondering because I noticed there's no solution for it...

@phrdang phrdang merged commit 6b2c1c2 into master Aug 4, 2020
@phrdang phrdang deleted the Citrus716-patch-2-1 branch August 4, 2020 21:05
@Citrus716
Copy link
Contributor Author

Citrus716 commented Aug 6, 2020

My overall comments:

  • This is a really cool problem! The main issue I see right now is the complexity - students need to understand exactly what the problem is asking and when I was reading the instructions I didn't know how to begin approaching it
  • Also, this problem requires some basic knowledge of the libraries used, and I think we either need to teach students that in the main curriculum, provide a link to an article or something that they could use, or simplify this problem so that it's doable

Also please see my comment about the solution1 function.

Yes, I didn't make the img_avg, but I see can see trouble understanding the problem. What the problem is asking for is not too hard imo as the complexities dealing with the libraries are already implemented for the student. I also added an example 3D array with other minor changes if that helps anyone. (Answer to second part)I think maybe describing what the code does, but not expecting them to actually write the code dealing with the libraries.

Also, thanks to who wrote this problem.

@Citrus716 Citrus716 mentioned this pull request Aug 7, 2020
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.

4 participants