Python: Pass By Value or Pass By Reference?

The Real Problem One of the most common question asked by Python students is ‘How to pass the object by value or by reference in a Python method?’  For most of us, knowing answer for this question is one of the milestone achievement in Software Development. I want to answer this question once for all…

Sorting Algorithms

Sorting Algorithms in Software Development Introduction: Welcome to my article on Sorting Algorithms. My intention to call it article and not a tutorial, because I don’t want to tutor anyone, but let everyone know what I have learned so far while being a Software Developer who has given many interviews. The article is written in a hope…