vibbits / gentle-hands-on-python

Course materials for the 'Gentle hands-on introduction to Python programming'.
Other
9 stars 8 forks source link

Destructuring: chapter 7 and solutions use destructuring #90

Closed MaybeJustJames closed 2 years ago

MaybeJustJames commented 2 years ago

Need to decide whether to keep and explain explicitly or remove.

MaybeJustJames commented 2 years ago

De-structuring is merely sugar and doesn't aid in students understanding (actually just another thing for a beginner to be confused by). So removing any use of de-structuring.