Getting started with Python and R for Data Science

Originally published at: https://tutorials.datasciencedojo.com/getting-started-with-python-and-r/

In this video tutorial, we will take you through some common Python and R packages used for machine learning and data analysis, and go through a simple linear regression model. Also, we will help you set up Python and R on your Windows/Mac/Linux machine, run your code locally and push your code to a Github repository.

– Installing Python on Windows: 1:09
– Installing R on Windows: 4:16

– Installing Python on Mac: 5:39
– Installing R on Mac: 8:10

– Installing Python on Linux: 8:41
– Installing R on Linux: 9:48

– Simple linear regression model in Python: 11:59
– Simple linear regression model in R: 21:01

– Pushing code to Github Repository: 25:26

All commands, scripts, data and URLs to software can be found here

Programs/Software
· python.org/downloads
· bootstrap.pypa.io/get-pip.py
· cran.r-project.org/bin/windows/base
· https://www.rstudio.com
· http://gitforwindows.org

Text Editor:
https://notepad-plus-plus.org/download/v7.5.4.html
or
https://www.sublimetext.com/3

Other Data Science Content
[Blog] R Programming: An Introduction
[Video] Introduction to R Programming
[Video] Introduction to Data Mining

(1020)