Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework Iteration Examples #8

Open
Feliix42 opened this issue Oct 29, 2015 · 0 comments
Open

Rework Iteration Examples #8

Feliix42 opened this issue Oct 29, 2015 · 0 comments

Comments

@Feliix42
Copy link
Member

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.

Deric-W added a commit to Deric-W/python-lessons that referenced this issue Oct 16, 2021
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants