From 3cdb09ec7e6b091f84ddbb49d708a89d61e0ffd1 Mon Sep 17 00:00:00 2001 From: Ayush Kanodia Date: Wed, 26 Jun 2019 18:54:24 -0700 Subject: [PATCH] Update README.md with link to SciPy 2017 video --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 416645b..793dceb 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ For the second half we cover complications arising from distributed memory computing and exercise the lessons learned in the first section by running informative examples on provided clusters. +A video presentation of this tutorial as part of SciPy 2017 can be found +[here](https://www.youtube.com/watch?v=a8gpcnmggiU). + - Part one - Parallel Map - Asynchronous Futures