Is there a standard class in Python to emulate a geometric point that includes coordinates and a value, including arithmetic operations between the coordinates?
If you just want standard matrix arithmetic operations for your coordinates, try numpy's array type.