The popular game of minesweeper created with Django/Python, and jQuery. State is kept server side, so in theory, this game supports multiple players and only requires a websocket connection to receive the moves in a push.
This is my first project with Django, and Python.