Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions learn-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@

#### Industry / Conferences
- [pydata / many locations](http://pydata.org/events/)

#### Python Cheat Sheets
- [Python Basics For Data Science](https://www.datacamp.com/community/tutorials/python-data-science-cheat-sheet-basics)
4 changes: 4 additions & 0 deletions r-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ _[Note: The core of The Open Source Data Science Masters focuses on programmatic
* [R-bloggers](http://www.r-bloggers.com/) R news and tutorials contributed by (452) R bloggers
####R interactive visualizations
* [Shiny](http://shiny.rstudio.com/) Interactive web application framework for R

#### R Cheat Sheets
* [RStudio Cheat Sheets](https://www.rstudio.com/resources/cheatsheets/)
* [data.table Package Cheat Sheet](https://www.datacamp.com/community/tutorials/data-table-cheat-sheet)