carpentries-incubator / deep-learning-intro

Learn Deep Learning with Python
https://carpentries-incubator.github.io/deep-learning-intro/
Other
30 stars 37 forks source link

Add to instructor notes to make use of copy-pasting in episode 3 #401

Closed svenvanderburg closed 8 months ago

svenvanderburg commented 10 months ago

Something like this:

In this episode we first introduce a simple approach to the problem, then we iterate on that a few times to, step-by-step, work towards a more complex solution. Unfortunately this involves using the same code repeatedly over and over again, only slightly adapting it. To avoid too much typing, it can help to copy-paste code from higher up in the notebook. Be sure to make it clear where you are copying from and what you are actually changing in the copied code. It can for example help to add a comment to the lines that you added.