Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/certik/scipy-2013-tutorial
SymPy tutorial for SciPy 2013
https://github.com/certik/scipy-2013-tutorial
Last synced: 7 days ago
JSON representation
SymPy tutorial for SciPy 2013
- Host: GitHub
- URL: https://github.com/certik/scipy-2013-tutorial
- Owner: certik
- License: other
- Created: 2013-04-08T04:24:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-29T20:06:41.000Z (over 11 years ago)
- Last Synced: 2024-11-01T07:41:29.447Z (14 days ago)
- Language: Python
- Homepage: http://certik.github.io/scipy-2013-tutorial/html/index.html
- Size: 27.3 MB
- Stars: 35
- Watchers: 5
- Forks: 22
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SymPy tutorial for SciPy 2013
=============================This is the tutorial that Aaron Meurer and Ondřej Čertík are giving at SciPy
2013 for SymPy. If you are attending the tutorial, please install
Anaconda. You will need SymPy 0.7.2 and IPython 0.13.2. The exercises for
attendees are in the tutorial_exercises directory. Everything else is
presentation materials for us.If you want to build the tutorial presentation, use `make html` in the
tutorial_sphinx directory. It is basically the same as the new SymPy tutorial
at http://docs.sympy.org/tutorial/tutorial/.If you clone the git repo, be sure to run
git submodule init
to initialize the ipython_doctest submodule. Otherwise, the exercise notebooks
won't work.