In this post, we will learn how to compute Manhattan distance, one. of the commonly used distance meeasures, in Python using Numpy. Manhattan distance is also known as the “taxi cab” distance as it is a measure of distance between two points in a grid-based system like layout of the streets in Manhattan, New York […]