Once upon a time, when we had to interact with the databases. We had to write bare bones SQL(seequel if you may) or Structured Query language. A language which many...
Pygame intro As with every other kid out there, I spent long hours sitting in front of the computer playing Games like Super Mario, Dangerous Dave and the likes. So...
Summary In this post I will try to explain how to handle them in python 2 and 3. I had long undermined the way I handled strings in my projects,...
Recently I had written a thin wrapper around getziptastic’s API and I wanted that to be availble as a pypi package. What is PyPI? From the official website: PyPI —...
BackDrop: Everybody at some time of their life as netizen would have seen something like this How about we create one? Well recently when I was building a Calculator app,...