series (sin (x),x,pi /2)
solve(1 - x**2/2 + x**4/24 + O(x**6), x)
diff(1 - x**2/2 + x**4/24 + O(x**6), x)
series(1 - x**2/2 + x**4/24 + O(x**6), x, 0, 10)
Want a full Python shell? Use SymPy Live.