How can I perform simple calculus operations on python such as Differentiation and Integration?
You can use the sympy
module for symbolic manipulation. The scipy
module has both differentiation and integration as well. See https://www.scipy.org/ and https://www.sympy.org/en/index.html