Itertools in Python - Advanced Python 07 - Programming Tutorial

preview_player
Показать описание
Itertools in Python - Advanced Python 07 - Programming Tutorial

In this Python Advanced Tutorial, we will be learning about the itertools module in Python. The itertools module is a collection of tools for handling iterators. It offers some advanced tools like product(), permutations(), combinations(), accumulate(), groupby(), and infinite iterators like cycle(), repeat(), and count().

~~~~~~~~~~~~~~ GREAT PLUGINS FOR YOUR CODE EDITOR ~~~~~~~~~~~~~~

📚 Get my FREE NumPy Handbook:

📓 Notebooks available on Patreon:

A written Tutorial can be found here:

You can find me here:

#Python

----------------------------------------------------------------------------------------------------------
* This is a sponsored or an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏
Рекомендации по теме
Комментарии
Автор

One of the best python tutorials in YT. Cant believe this whole content is for free. Keep up the good work ❤️

nemesis_rc
Автор

This hole python tutorial is great. I am so sticked to it. I have already watched 7 chapters and i am going for more. And there are still 14 chapters to watch!

Thanks Patrick. From my heart. Thank you. You are helping me a lot in this journey. I feel like a kid, discovering new tools in Python.
Instead of laying at bed (like i use to), today I have watched almost 2 hours of your tutorials and now i will try to build something, play around and discover more about this beautiful language.

I am thankfull, not only because of you teaching me with technical knowledge, but also because my entire day was better due to you through these videos. And i now tomorrow will be also great because i will watch more <3.
My confidence, my joy and my self esteem are so cool right now.
Please, keep that in mind when you prepare and make videos. You are doing more than just "teaching python". Again, thanks <3.
Wish you the best!

sebiporini
Автор

Great content. I think people who are preparing for interviews will do great if they practice with your videos. This is one of the best playlists I've found on this topic. Thanks!

Jeffery.M
Автор

I would recommend to sort the 'persons' list before doing groupby - it only works by grouping consecutive elements.
hence -

nikolaimochalov
Автор

Just subbed, amazing on point explanation..!!!

shlok
Автор

Iterators exhaust but iterables don't. List is an iterable by that reasoning.

NeoKarthik
Автор

pls alwaysa make tutorial on jupyter notebook and share it's link.

yashvarshney
Автор

what's the utility of repeating function in function product

adamczarny
Автор

Great video, but I don't see where we can use this ...

uploadvoice
Автор

What if I want to make combinations with several different lengths

Hufoodie
Автор

Nice video sir, Thank you. It's better to show your face while teaching. That would be good.

unknownwellwisher
Автор

sometimes i felt he may be the python invented person

parshuram
Автор

every time i execute the code it shows result in terminal with other path crap.. not clean at all . how are u using output tab in terminal to generate output

prashantsharmastunning
Автор

Not even 0:20 and you already made huge mistakes in your definition. A list is not an iterator because it doesn't have a next function. The difference is really big for multiple reasons...

williamandre
Автор

Product is not clear to me, explain it in other video if it is important.

haroonrehman
Автор

Change the name for this video series. This is beginner stuff. Don't
lie to people by calling it advanced. You lose your credibility from
the start when you LIE to people right from the start.

drnotebook