Python é vs ==

Use é comparar int e int, corda e corda. Use == para comparar outros tipos.
1 é 1 #True
“python” é “python” #True
[] == [] #True
{} é {} #False