SymPy was praised on another
Talk Python to Me podcast episode about
Applied mathematics with Python at about the 55:45 mark. The panelists used SymPy to symbolically solve a differential equation about the spread of a virus in their book. Interestingly, they solved the same problem with R, whose "symbolic math library" is really a call to SymPy, so they ended up solving the problem numerically in R.