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)
|
||||
|
||||
----
|
||||
|
||||
## 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
|
||||
|
|
@ -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 Dashboards
|
||||
|
||||
* Dashboard plugin for Jupyter notebook
|
||||
|
||||

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

|
||||
I ♥ Code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue