Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asmeurer/scipy-2014-tutorial
The SymPy tutorial for SciPy 2014
https://github.com/asmeurer/scipy-2014-tutorial
Last synced: 6 days ago
JSON representation
The SymPy tutorial for SciPy 2014
- Host: GitHub
- URL: https://github.com/asmeurer/scipy-2014-tutorial
- Owner: asmeurer
- License: other
- Created: 2014-06-07T18:45:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T17:42:24.000Z (about 9 years ago)
- Last Synced: 2024-11-28T10:51:06.736Z (28 days ago)
- Language: Jupyter Notebook
- Homepage: http://asmeurer.github.io/scipy-2014-tutorial/
- Size: 28.7 MB
- Stars: 21
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SymPy tutorial for SciPy 2014
=============================This is the tutorial that Aaron Meurer, Matthew Rocklin, and Jason Moore are
giving at SciPy 2014 for SymPy. If you are attending the tutorial, please
install Anaconda. You will need SymPy 0.7.5 and IPython 2.1.0. 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 SymPy tutorial at
http://docs.sympy.org/tutorial/tutorial/.**NOTE: This tutorial is out of date with the latest version of SymPy. I
recommend reading the
[official tutorial](http://docs.sympy.org/latest/tutorial/index.html), which
is based on this. The exercise notebooks in this repo should still prove to
be useful companions to the official tutorial, however.**