UWPCE-PythonCert / ProgrammingInPython

Course Materials for the introductory class of the UWPCE Python Certificate program
https://uwpce-pythoncert.github.io/ProgrammingInPython
Other
13 stars 9 forks source link

More in iteration in course 1? #11

Open PythonCHB opened 4 years ago

PythonCHB commented 4 years ago

There is some "advanced" material in the "IteratorsAndGenerators" page -- some of that could be moved to course 1.

In particular, there should be a discussion of what an "iterable" is vs an "iterator".