In python you can refer to the function itself, without running it. It is useful to define callbacks for instance.
So you need paranthesis to differentiate between a function call (you run it an consider its result) versus just refering to this function (without running it).