Python Basics Itertools Combinations Method

preview_player
Показать описание
Learn how to use the combinations method from the itertools module from python programming.

twitter: @python_basics
Рекомендации по теме
Комментарии
Автор

You are an awesome GURU, Master, Sensei

HrishikeshVinod
Автор

Thanks, you deserve much more attention

dome
Автор

Thanks bro. Your videos help me so much!

gabrielalmeida
Автор

Can you do a video on how to use combinations to get all the substrings of a string?

rotfled
Автор

Hi, say i wanted to make a dictionary to be able to represent imported audio files as just their file name, to then create directories of 10 files each for all possible combinations of 50 audio files, how might i be able to save these to the directory, i understand how i may make the list or text, stating which file names are in should be in which directory, but how might i be able to then loop through the list of combinations to save the designated files to the proper directory?

codyvandervoort
Автор

how to select this combinations for next procedure ?