Guide to symbolic mathematics with SymPy ======================================== This is a tutorial about `SymPy `_ for SciPy 2011 conferences (`Austin `_ and `Mumbai `_). SymPy is a symbolic mathematics library in pure Python. This tutorial gives an overview and introduction to SymPy and is divided into two parts. The first part discusses the internals of SymPy, whereas the second part shows how to use SymPy for solving practical problems in symbolic mathematics. Information presented in this tutorial should be enough to start using SymPy in daily work and hacking its internals, though hacking core modules may require additional expertise. More information can be found in SymPy's `documentation `_ and on `wiki `_ pages. .. toctree:: :maxdepth: 2 introduction.rst mathematics.rst extras.rst