From 33b1eb9b609526d9194c59c08731c80d67254a23 Mon Sep 17 00:00:00 2001 From: Kacawi Date: Fri, 14 Oct 2016 16:44:14 +0200 Subject: [PATCH 1/2] Add Cheat Sheets --- r-resources.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/r-resources.md b/r-resources.md index cdfa2414..b530a9d5 100644 --- a/r-resources.md +++ b/r-resources.md @@ -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) From 109602a9d1ce7adf93e82e830cb4f4d4ae0b535f Mon Sep 17 00:00:00 2001 From: Kacawi Date: Fri, 14 Oct 2016 16:45:14 +0200 Subject: [PATCH 2/2] Add Cheat Sheet --- learn-python.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/learn-python.md b/learn-python.md index f3b09969..ba476a55 100644 --- a/learn-python.md +++ b/learn-python.md @@ -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)