Julia Silge recently wrote a blog post about co-occurances of words together with gendered pronouns. This made me dig up some old code that did the same, but... (more…)
Read more »
It is no secret that the world is in constant state of flux. Everything is changing every-time. The COVID-19 pandemic has successfully accelerated the rate of change of humanity towards digitization of processes thus it calls for people to speak the langu... (more…)
Read more »
We're going to write a clone of Arkanoid (Breakout) using Python and PyGame Zero. In this post, I want to show you how easy it is to write a simple game. Let's get started! All the code is available here: https://github.com/shantnu/arkanoid-clone The imag... (more…)
Read more »
This article takes you through the creation of a COVID vaccination rate notifier. This project works by scraping data from the web and then displaying system notifications with Python. (more…)
Read more »
Mystery of Mutable Default Arguments in Python, How not to pass default arguments in Python and how to handle them properly? (more…)
Read more »