An open API service indexing awesome lists of open source software.

https://github.com/jcrist/codegen_talk

Talk for PyMNtos on code generation in SymPy
https://github.com/jcrist/codegen_talk

Last synced: 6 months ago
JSON representation

Talk for PyMNtos on code generation in SymPy

Awesome Lists containing this project

README

          

A talk I gave on code generation for PyMNtos.

Slides are available [here](https://speakerdeck.com/jcrist/generating-fast-and-correct-code-with-sympy).

To try the demo out for yourself, you need the following:

- sympy ([git-master](https://github.com/sympy/sympy))
- numpy
- ipython
- A C compiler (such as `gcc`)
- A Fortran compiler (such as `gfortran`)

You can also view the demo on [nbviewer here](http://nbviewer.ipython.org/github/jcrist/codegen_talk/blob/master/codegen_talk.ipynb).