-
-
Notifications
You must be signed in to change notification settings - Fork 452
display code for error exercise #247
Copy link
Copy link
Open
Labels
help wantedLooking for ContributorsLooking for Contributorstype:documentationIssue about auxiliary filesIssue about auxiliary filestype:enhancementPropose enhancement to the lessonPropose enhancement to the lesson
Milestone
Metadata
Metadata
Assignees
Labels
help wantedLooking for ContributorsLooking for Contributorstype:documentationIssue about auxiliary filesIssue about auxiliary filestype:enhancementPropose enhancement to the lessonPropose enhancement to the lesson
In the novice-inflammation lesson we decided to display the code producing the different types of errors, so students easily look into the code and identify the error (without dealing with extra files errors_01.py, errors_02.py):
swcarpentry/python-novice-inflammation#51
In the gapminder there is similar exercise in 15-scope lesson. If you are interested in such a change we can submit a PR. The code of the function might help the user understand the key error, but is not relevant to the other questions. Let us know what you think.