updated slides
This commit is contained in:
parent
7c0e9e7921
commit
f3e0650d1b
1 changed files with 53 additions and 47 deletions
|
|
@ -27,6 +27,57 @@
|
||||||
|
|
||||||
[pydatavizday.herokuapp.com](pydatavizday.herokuapp.com)
|
[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 Dashboards
|
||||||
|
|
||||||
|
* Dashboard plugin for Jupyter notebook
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### DASH
|
||||||
|
|
||||||
|
* released in June
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
## Pros of Python
|
## Pros of Python
|
||||||
|
|
@ -36,6 +87,7 @@
|
||||||
* Powerful Web stack
|
* Powerful Web stack
|
||||||
* Testing
|
* Testing
|
||||||
* Documentation
|
* Documentation
|
||||||
|
* Profiling
|
||||||
* Free
|
* Free
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -136,52 +188,6 @@ else:
|
||||||
* slow runtime compared to statically typed languages (c, java)
|
* slow runtime compared to statically typed languages (c, java)
|
||||||
* Latest ML aglorithms are typically developed in R
|
* 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
|
I ♥ Code
|
||||||
|
|
||||||
* My Adhoc analysis of choice
|
|
||||||
* Many plugins (including reveal)
|
|
||||||
* Data/viz/slides All in one place
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Jupyter Dashboards
|
|
||||||
|
|
||||||
* Dashboard plugin for Jupyter notebook
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### DASH
|
|
||||||
|
|
||||||
* released in June
|
|
||||||
|
|
||||||

|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue