integrate (x**2)
integrate(x**2, x)
plot(x**3/3)
solve(x**3/3, x)
diff(x**3/3, x)
series(x**3/3, x, 0, 10)
Want a full Python shell? Use SymPy Live.