Articles from Rahul Banerjee

"I'm a Computer Engineering Student who loves to play around with different APIs and write about Python, JavaScript, and React."

1 Article from Rahul.

How to randomly select an item from a list?

Different ways to randomly select an item from a list in Python


In this tutorial, we will look at different ways to select a random item from a list. Let's assume you have a list with multiple Twitter user names and you are trying to select a random Twitter user.

Continue reading