Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
coady.github.io
(Uncensored)
subscribe
Pythonicity - Random Selection
https://coady.github.io/posts/random-selection.html
links
backlinks
Tagged with:
interviews
Random selection utilities used to be common in interviews. Less so in Python circles because of the builtin random module. Still advanced examples may come up. First is a generalization of shuffle and sample.