This blog is about deep insight into the working of python lists. I am apologizing for the images I am putting into this blog. They are not my best work for sure. Lets get started. Let me explain about lists first. Everything in python is an object and kept in a heap of object. The … Continue reading Python Lists, deep insight
Category: programming
Write the RIGHT Code
I am writing this blog as an awareness for the developers to write good quality code. As a human being we all take care of good hygiene, cleanliness, good looks etc etc etc. So that we live longer healthier in a good way. So why do we write code so messed up that the next person … Continue reading Write the RIGHT Code