I'm new to numerical integration with Python and I was wandering what is the best Python package for this purpose. Of course I discovered scipy.integrate
that is pretty nice, but I wanted to know if that is really the "gold stardand" or if there are better alternatives around.
Can sombody give me a hint?
Thanks in advance