Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • CMSE/data_science_bridge_curriculum
1 result
Show changes
Commits on Source (3)
This diff is collapsed.
%% Cell type:code id:fc73d74c tags:
``` python
##ANSWER##
#Install answercheck in current director
from urllib.request import urlretrieve
urlretrieve('https://raw.githubusercontent.com/colbrydi/jupytercheck/master/answercheck.py', filename='answercheck.py')
##ANSWER##
```
%% Output
('answercheck.py', <http.client.HTTPMessage at 0x7fc9a8612220>)
%% Cell type:markdown id:3c2a4f39 tags:
# R Studio/R
Getting the basics of RStudio/R
%% Cell type:markdown id:2b78245b tags:
R Studio:
![R Studio logo - Image found in Google Images from rstudio.com](https://www.rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png)
%% Cell type:markdown id:71e867d9 tags:
## Description
RStudio is an integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management.
%% Cell type:markdown id:58ec20e8 tags:
## Self Assessment
Questions that test for the learning goals and allows students to evaluate if they truly understand the topics.
%% Cell type:markdown id:eab504b5 tags:
&#9989; **<span style="color:red">Question:</span>** Did you manage to download R Studio/R and run simple codes?
1. Yes
2. No
%% Cell type:markdown id:5d237ca9 tags:
## Training Materials
%% Cell type:markdown id:21f9b14e tags:
Tutorial on how to download and write simple code in R Studio - (https://www.stt.msu.edu/users/melfi/STT180Text/introduction-to-r-and-rstudio.html)
%% Cell type:markdown id:44b461a0 tags:
---
Written by <<YOUR NAME HERE>>, Michigan State University
As part of the Data Science Bridge Project
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
%% Cell type:code id:fc73d74c tags:
``` python
##ANSWER##
#Install answercheck in current director
from urllib.request import urlretrieve
urlretrieve('https://raw.githubusercontent.com/colbrydi/jupytercheck/master/answercheck.py', filename='answercheck.py')
##ANSWER##
```
%% Output
('answercheck.py', <http.client.HTTPMessage at 0x7fd12473a940>)
%% Cell type:markdown id:3c2a4f39 tags:
# Visual Studio
Understanding Visual Studio and how to properly use it
%% Cell type:markdown id:2b78245b tags:
![Visual Studio Logo - Image found in the public domain](https://cdn-icons-png.flaticon.com/512/906/906324.png)
%% Cell type:markdown id:71e867d9 tags:
## Description
Visual Studio empowers you to complete the entire development cycle in one place. For example, you can edit, debug, test, version control, and deploy to the cloud. With the diversity of features and languages in Visual Studio, you can grow from writing your first piece of code to developing in multiple project types. For example, you can build desktop and web apps with .NET, Mobile and gaming apps with C++.
%% Cell type:markdown id:58ec20e8 tags:
## Self Assessment
Questions that test for the learning goals and allows students to evaluate if they truly understand the topics.
%% Cell type:markdown id:b4d54efb tags:
&#9989; **<span style="color:red">Question:</span>** Did you manage to download Visial Studio and run "Hello World":
1. Yes
2. No
%% Cell type:markdown id:5d237ca9 tags:
## Training Materials
%% Cell type:markdown id:21f9b14e tags:
https://code.visualstudio.com/docs/introvideos/basics - Getting started with Visual Studio Code with Video Tutorial
https://visualstudio.microsoft.com/vs/getting-started/ - Learn to code in Visual Studio with Video Tutorials
%% Cell type:markdown id:44b461a0 tags:
---
Written by <<YOUR NAME HERE>>, Michigan State University
As part of the Data Science Bridge Project
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.