This is my seal. I have watched the entire video, understood it, and I can explain it in my own words, thus I have gained knowledge. This is my seal.
@IndentlyАй бұрын
Glad it helped!
@randhawaverma9314 Жыл бұрын
Thanks for these videos. These are helping me a lot on learning different space of Python
@cerealport2726 Жыл бұрын
Excellent video, I learned a few things I wish i had known before, and will now use in the future
@SkyFly19853 Жыл бұрын
Thank you very much for this useful tutorial.
@whitewhalo Жыл бұрын
Oh, hell yeah - I just wanted to watch something on Itertools, thanks!
@littlehuman4860 Жыл бұрын
sometimes i forgets that i am watching your video at 2x speed, bcuz of the clarity of the voice
@kevon217 Жыл бұрын
So useful, thanks!
@chawaphiri1196 Жыл бұрын
thank you for this tutorial
@VaibhavSharma-zj4gk Жыл бұрын
Thank you you are very very helpful..
@valcubeto5 ай бұрын
naming something combinations_with_replacement is wild
@velicihanates Жыл бұрын
Can you make a video about validators module?
@贪财 Жыл бұрын
What difference between permutation and combination?
@sethdon1100 Жыл бұрын
Permutations list all ordered list of items, while combinations list all non-ordered list of items. To be more specific, for a permutation, (a,b)!=(b,a) while for combinations, (a,b)==(b,a)
@muuur Жыл бұрын
Very useful and interesting, but I didn't understand the difference between tee and repeat
@DrDeuteron Жыл бұрын
repeat emits and object of any type, while tee returns a tuple of the same iterator.
@DrDeuteron5 ай бұрын
Pow takes 3 arguments!
@littlehuman4860 Жыл бұрын
can you check "code" module and "shutil" module
@Indently Жыл бұрын
I'll take a look :)
@littlenerd6185 Жыл бұрын
@@Indently thnx : ) [alt account]
@sam_tech_tv Жыл бұрын
👍👍👍👍👍👍
@yasink18 Жыл бұрын
pairwise is not present
@peshotod11 ай бұрын
You know, std:: replaced with using namespace std;
@aperson9993610 ай бұрын
could you please explain? I don't get the meaning of your comment