In an earlier version of the Python arrays lesson, @BCampforts had a section on the unexpected behavior of using a copy of a list or a NumPy array created through assignment. I wanted to address this topic of reference copying a little earlier in the Python lessons, so I've moved up the discussion into part two of the Python fundamentals lesson.
In an earlier version of the Python arrays lesson, @BCampforts had a section on the unexpected behavior of using a copy of a list or a NumPy array created through assignment. I wanted to address this topic of reference copying a little earlier in the Python lessons, so I've moved up the discussion into part two of the Python fundamentals lesson.
This addresses #128.