Updated Slides
This commit is contained in:
parent
2b611638b2
commit
3ca00dbac8
2 changed files with 42 additions and 9 deletions
BIN
src/static/profile_photo_sm.jpg
Normal file
BIN
src/static/profile_photo_sm.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
|
|
@ -15,6 +15,18 @@
|
|||
* Other Considerations
|
||||
* Pros/Cons
|
||||
|
||||
----
|
||||
|
||||
## About Me
|
||||
|
||||

|
||||
|
||||
Waylon Walker
|
||||
|
||||
Product Engineering
|
||||
|
||||
|
||||
|
||||
----
|
||||
|
||||
# Open The Viz
|
||||
|
|
@ -167,11 +179,12 @@ else:
|
|||
|
||||
## Documentation
|
||||
|
||||
*The python community has a very strong focus on documentation*
|
||||
|
||||
---
|
||||
* automated html docs
|
||||
* free hosting for any pypi package
|
||||
* docstrings
|
||||
* help()
|
||||
* ?
|
||||
* fully rendered sphinx docs
|
||||
* comments when absolutely necessary
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -183,11 +196,31 @@ else:
|
|||
|
||||
## Cons on python
|
||||
|
||||
* No GUI (Drag and Drop Environment)
|
||||
* Longer Learning Curve
|
||||
* slow runtime compared to statically typed languages (c, java)
|
||||
* Latest ML aglorithms are typically developed in R
|
||||
* Code
|
||||
* Interactivity
|
||||
* Speed
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue