Updated Slides

This commit is contained in:
Walker Waylon Scott 2017-07-21 16:47:34 -05:00
parent 2b611638b2
commit 3ca00dbac8
2 changed files with 42 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -15,6 +15,18 @@
* Other Considerations * Other Considerations
* Pros/Cons * Pros/Cons
----
## About Me
![profile](/static/profile_photo_sm.jpg)
Waylon Walker
Product Engineering
---- ----
# Open The Viz # Open The Viz
@ -167,11 +179,12 @@ else:
## Documentation ## Documentation
*The python community has a very strong focus on documentation*
---
* automated html docs
* free hosting for any pypi package
* docstrings * docstrings
* help()
* ?
* fully rendered sphinx docs
* comments when absolutely necessary
--- ---
@ -183,11 +196,31 @@ else:
## Cons on python ## Cons on python
* No GUI (Drag and Drop Environment) * Code
* Longer Learning Curve * Interactivity
* slow runtime compared to statically typed languages (c, java) * Speed
* Latest ML aglorithms are typically developed in R * ML research
--- ---
I ♥ Code ### No GUI (Drag and Drop Environment)
*Longer Learning Curve*
---
### Interactive plots are difficult
---
### Slow
*slow runtime compared to statically typed languages (c, java)*
---
### Latest ML aglorithms are typically developed in R
---
### I ♥ Code