Data Programming
2019-05-30
Chapter 1 Prerequisites
This course requires no prior experience in programming. Yet, if you have some programming experience (e.g. SPSS, Stata, HTML), it will be helpful. R, Python and JavaScript are all interpreted languages. In other words, the programs do not need compilation but will run in an environment to get the outputs.
All packages and accounts are free and supported by open sources. It is recommended students bring their own computers (not mobile device) running MacOS, Linux or Windows operating systems.
Recommended software and IDE’s:
- R version 3.6 (https://cran.r-project.org)
- RStudio version 1.2.x (https://www.rstudio.com)
- Anaconda 3 version 1.9.7 (https://www.anaconda.com)*
- Text editor of own choice (e.g. Atom, Sublime Text, Ultraedit)
Recommended websites/accounts:
- GitHub (https://github.com)
- RStudio Cloud
(*) – Python 3.x only.