The documentation recommends to avoid inplace operations such as

a += b
a -= b
a*= b
a /=b