In Python, all values are references (i.e. pointers) to objects. You can never get an object as a value. The operator iscompares two values, which are pointers, to equal the pointer; whereas the operator ==compares two such pointers to equal the objects that it points to.
Go, . Go , (, , , , , , , , , ). . ( ? ?)
, Python, , . ( Go "", , , .) ( a b ) a == b Go ; *a == *b , .
Go , : , , . == , . , , ; , .