Let's Code Python: itertools

preview_player
Показать описание
Let's look at Python's itertools module. It's great, and kind of large, so I'm pretty sure I won't get through it in one segment.
Рекомендации по теме
Комментарии
Автор

Thank you so much! I'm sure I will be referencing your videos again the next time reading the docs doesn't quite sink in.

sethawarren
Автор

You know....thanks a lot for your videos they are very helpful, I never saw these videos in your main page

panoslehouritis
Автор

This is exactly what I was looking for

panoslehouritis
Автор

I have a question here....I have [A, B, C, D, E....] values, I want to add A+B, then B + C then C+D then D+E...and so on and so forth.
Any ideas if itertools can help here? if not anything else? thanks

dimitriosdesmos