naucse.python.cz icon indicating copy to clipboard operation
naucse.python.cz copied to clipboard

Rework lesson on list, tuple, range; add enumerate & zip

Open encukou opened this issue 3 years ago • 0 comments

Here's one more rework of existing lessons.

  • A graphical overview of list mutation methods
  • More thorough explanation of mutability
  • Lesson on Nested lists, and enumerate & zip are split out
    • The enumerate & zip lesson has some more focus on how iterables behave in general
    • The enumerate & zip lesson includes unpacking in for
  • New lesson on range, which should set the scene for enumerate & zip

Please review the changes as a whole, don't look at individual commits. But, to make cherry-picking easier, don't squash when merging.

encukou avatar Jul 27 '20 13:07 encukou