Skip to Content

The python identity operator is is quite frequently used to compare objects in python and often in places where the equality operator == should be used. In fact, you should almost always avoid using is when comparing values. In this tutorial, we’d be covering the differences between the two operators and when to use them. …

Read More about Python Difference between is and == Operator

Hi, welcome to Python for Data Science, a short series of articles to help beginners in Data Science learn the fundamentals of the python programming language with a focus on Data Science use cases. There are no prerequisites, the series aims to introduce learners in Data Science to python in as simple and as no-nonsense …

Read More about Python for Data Science – The Basics