Most modern NLP tools and libraries are written in Python. I am excited to experiment with them. So, I started learning Python by taking very basic coding challenges.

Try out these games I coded in Python!


Rock, Paper, Scissors, Lizard, Spock


The challenge is to make the famous game from the Big Bang Theory, Rock, Paper, Scissors, Lizard, Spock!

Number Guessing Game


The computer chooses a number between 0 and 20. The player has to guess the number. For every number that the player guesses, the computer tells the player whether they should go higher or lower to guess the number that the computer had chosen.