The Python Oracle

Permutations between two lists of unequal length

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Cosmic Puzzle

--

Chapters
00:00 Question
00:52 Accepted answer (Score 137)
01:39 Answer 2 (Score 686)
01:56 Answer 3 (Score 228)
02:17 Answer 4 (Score 33)
03:14 Thank you

--

Full question
https://stackoverflow.com/questions/1293...

Answer 1 links:
[itertools.product]: https://docs.python.org/3/library/iterto...

Answer 3 links:
[the Python docs on ]: https://docs.python.org/2/library/iterto...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #list #algorithm #itertools #combinatorics

#avk47