The FULL Guide To Itertools For Python Developers

preview_player
Показать описание
In this video I will be showing you how every methiod in the Itertools module works, so that you will have a far easier time using the correct methods in your code.

▶ Become job-ready with Python:

▶ Follow me on Instagram:

00:00 Intro
00:14 What are Itertools?
00:54 count()
02:22 cycle()
03:55 repeat()
05:09 accumulate()
06:21 chain()
07:06 compress()
08:21 dropwhile()
09:41 filterfalse()
11:26 groupby()
14:18 islice()
15:22 pairwise()
16:24 starmap()
19:13 takewhile()
20:21 tee()
20:59 zip_longest()
23:33 product()
24:42 permutations()
26:13 combinations()
27:19 combinations_with_replacement()
28:25 Conclusion
Рекомендации по теме
Комментарии
Автор

Thanks for these videos. These are helping me a lot on learning different space of Python

randhawaverma
Автор

Excellent video, I learned a few things I wish i had known before, and will now use in the future

cerealport
Автор

Thank you very much for this useful tutorial.

SkyFly
Автор

Oh, hell yeah - I just wanted to watch something on Itertools, thanks!

whitewhalo
Автор

naming something combinations_with_replacement is wild

valcubeto
Автор

sometimes i forgets that i am watching your video at 2x speed, bcuz of the clarity of the voice

littlehuman
Автор

Can you make a video about validators module?

velicihanates
Автор

Very useful and interesting, but I didn't understand the difference between tee and repeat

muuur
Автор

What difference between permutation and combination?

贪财
Автор

can you check "code" module and "shutil" module

littlehuman
Автор

You know, std:: replaced with using namespace std;

peshotod