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
|
* Other Considerations
|
||||||
* Pros/Cons
|
* Pros/Cons
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
## About Me
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue