From f3e0650d1ba7c7d66a409bec4cae78e6572f580f Mon Sep 17 00:00:00 2001 From: Walker Waylon Scott Date: Mon, 17 Jul 2017 22:24:55 -0500 Subject: [PATCH] updated slides --- src/templates/slides.md | 100 +++++++++++++++++++++------------------- 1 file changed, 53 insertions(+), 47 deletions(-) diff --git a/src/templates/slides.md b/src/templates/slides.md index 57f503f..eef8122 100644 --- a/src/templates/slides.md +++ b/src/templates/slides.md @@ -27,6 +27,57 @@ [pydatavizday.herokuapp.com](pydatavizday.herokuapp.com) +---- + +## Stack for this viz + +* Python + * pandas + * flask +* javascript + * C3 + * reveal + * jquery + * jqcloud +* HTML + * Bootstrap + + +---- + +## Other Considerations + +* Jupyter Notebooks +* Jupyter Dashboards +* DASH (just released in mid JUNE) + +--- + +### Jupyter Notebooks + +* My Adhoc analysis of choice +* Many plugins (including reveal) +* Data/viz/slides All in one place + +![jupyter notebook](http://jupyter.org/assets/jupyterpreview.png) + +--- + +### Jupyter Dashboards + +* Dashboard plugin for Jupyter notebook + +![jupyter dashboard](https://github.com/jupyter/dashboards/raw/master/docs/source/_static/dashboards_intro.png) + +--- + +### DASH + +* released in June + +![dash](https://camo.githubusercontent.com/a1be75b74d4a47c50df7018e914d63a2e232e503/68747470733a2f2f63646e2d696d616765732d312e6d656469756d2e636f6d2f6d61782f3830302f312a44455441517136572d7079746c4e6f487a4c496144412e706e67) + + ---- ## Pros of Python @@ -36,6 +87,7 @@ * Powerful Web stack * Testing * Documentation +* Profiling * Free --- @@ -136,52 +188,6 @@ else: * slow runtime compared to statically typed languages (c, java) * Latest ML aglorithms are typically developed in R ----- - -## Stack for this viz - -* Python - * pandas - * flask -* javascript - * C3 - * reveal - * jquery - * jqcloud -* HTML - * Bootstrap - - ----- - -## Other Considerations - -* Jupyter Notebooks -* Jupyter Dashboards -* DASH (just released in mid JUNE) - --- -### Jupyter Notebooks - -* My Adhoc analysis of choice -* Many plugins (including reveal) -* Data/viz/slides All in one place - -![jupyter notebook](http://jupyter.org/assets/jupyterpreview.png) - ---- - -### Jupyter Dashboards - -* Dashboard plugin for Jupyter notebook - -![jupyter dashboard](https://github.com/jupyter/dashboards/raw/master/docs/source/_static/dashboards_intro.png) - ---- - -### DASH - -* released in June - -![dash](https://camo.githubusercontent.com/a1be75b74d4a47c50df7018e914d63a2e232e503/68747470733a2f2f63646e2d696d616765732d312e6d656469756d2e636f6d2f6d61782f3830302f312a44455441517136572d7079746c4e6f487a4c496144412e706e67) +I ♥ Code