Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Cheat Sheets #119

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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)