Login
From:
coady.github.io
(Uncensored)
subscribe
Pythonicity - Random Selection
https://coady.github.io/posts/random-selection.html
links
backlinks
Tagged with:
interviews
Roast topics
Find topics
Find it!
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.