You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we learned from the last lesson, the examples for Iterations are maybe a little bit overwhelming if you are not that experienced with programming paradigms in general.
I think these examples need a little rework.
The text was updated successfully, but these errors were encountered:
This should address issue fsr#8 by moving iteration behind unpacking to
prevent confusion with for loop examples.
Also, the slide has been separated in iterators and iterables and
contains information about __next__, StopIteration, all, any and caveats.
Furthermore the examples have been reworked to contain no long strings
and show more attributes of iterators.
Deric-W
added a commit
to Deric-W/python-lessons
that referenced
this issue
Feb 25, 2022
This should address issue fsr#8 by moving iteration behind unpacking to
prevent confusion with for loop examples.
Also, the slide has been separated in iterators and iterables and
contains information about __next__, StopIteration, all, any and caveats.
Furthermore the examples have been reworked to contain no long strings
and show more attributes of iterators.
As we learned from the last lesson, the examples for Iterations are maybe a little bit overwhelming if you are not that experienced with programming paradigms in general.
I think these examples need a little rework.
The text was updated successfully, but these errors were encountered: