https://github.com/jcrist/talks
Various presentations I've given on things.
https://github.com/jcrist/talks
Last synced: about 1 month ago
JSON representation
Various presentations I've given on things.
- Host: GitHub
- URL: https://github.com/jcrist/talks
- Owner: jcrist
- Created: 2014-10-08T17:55:25.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-01-25T18:08:30.000Z (over 3 years ago)
- Last Synced: 2024-12-20T03:34:24.662Z (10 months ago)
- Language: Jupyter Notebook
- Size: 37.6 MB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Some talks I've given:
### Dask:
- **Dask - Out-of-core NumPy/Pandas Through Task Scheduling** (SciPy 2015)
- [Slides](https://speakerdeck.com/jcrist/pandas-through-task-scheduling)
- [Video](https://youtu.be/1kkFZ4P-XHg)- **Parallel and Out-of-Core Python with Dask** (Strata 2015)
- [Slides](https://speakerdeck.com/jcrist/parallel-and-out-of-core-python-with-dask)
- [Materials](https://github.com/cpcloud/strata-nyc-2015)- **Dask - Parallelizing NumPy/Pandas Through Task Scheduling** (PyData NYC 2015)
- [Slides](https://speakerdeck.com/jcrist/pandas-through-task-scheduling-1)
- [Materials](pydata_nyc_2015)
- [Video](https://www.youtube.com/watch?v=mHd8AI8GQhQ)- **Dask: Flexible Distributed Computing** (SciPy 2016)
- [Slides](http://matthewrocklin.com/slides/dask-scipy-2016.html#/)
- [Video](https://www.youtube.com/watch?v=PAGjm4BMKlk)- **Dask: Flexible Parallelism** (Harvard CS207 Guest Lecture)
- [Slides](http://jcrist.github.io/talks/harvard_cs207_talk/slides.html)
- [Materials](harvard_cs207_talk)- **Scaling Numerical Python with Dask & Numba** (OSBD 2016)
- [Slides](http://jcrist.github.io/talks/osbd_workshop/slides.html)
- [Abstract](osbd_workshop/paper.pdf)
- [Materials](osbd_workshop)- **New Developments in Scaling Python Analytics** (Big Data Tech 2017)
- [Slides](http://jcrist.github.io/talks/minneanalytics_2017/slides.html)
- [Materials](minneanalytics_2017)- **Make it Work, Make it Right, Make it Fast - Debugging and Profiling in Dask** (PyData Seattle 2017 & SciPy 2017)
- [Slides](http://jcrist.github.io/talks/profile_and_debug_dask/slides.html)
- [Materials](profile_and_debug_dask)### Dynamics and SymPy:
- **Generating Fast and Correct Code with SymPy** (PyMNtos 9/11/14)
- [Slides](https://speakerdeck.com/jcrist/generating-fast-and-correct-code-with-sympy)
- [Materials](codegen_talk)- **Multibody Dynamics with SymPy and PyDy**
- [Slides](https://speakerdeck.com/jcrist/multibody-dynamics-with-sympy-and-pydy)
- [Materials](pydy_talk)- **Python for the Dynamicist** (UMN ME8287 Guest Lecture)
- [Slides](https://speakerdeck.com/jcrist/python-for-the-dynamicist).
- [Materials](dynamics_talk)- **Multibody Dynamics and Control with SymPy** (SciPy 2015)
- [Materials](https://github.com/pydy/pydy-tutorial-human-standing)
- [Video](https://www.youtube.com/watch?v=mdo2NYtA-xY)