Python R Language Combined Syllabus
Python R Language Combined Syllabus
Languages
Module-1: Total Duration of Python Programming Course=24 hrs
References:
1. Fundamentals of Python : First Programs, Author: Kenneth A. Lambert
Publisher: Course Technology, Cengage Learning , 2012, ISBN-13: 978-
1-111-82270-5.
2. Python Notes for Professionals , e-book : goalkicker.com
3. Class notes will be supplied to all participants after every class through
individual’s email-id.
M-2.1: Introduction to R :
R Data Types: Vectors, Lists, Matrices, Arrays, Factors, Data Frame – R - Variables:
Variable assignment, Data types of Variable, Finding Variable ls(), Deleting
Variables - R Operators: Arithmetic Operators, Relational Operators, Logical
Operator, Assignment Operators, Miscellaneous Operators - R Decision Making: if
statement, if – else statement, if – else if statement, switch statement – R Loops:
repeat loop, while loop, for loop - Loop control statement: break statement, next
statement. [5 hrs]
Data Frames –Create Data Frame, Data Frame Access, Understanding Data in Data
Frames: dim(), nrow(), ncol(), str(), Summary(), names(), head(), tail(), edit()
functions - Extract Data from Data Frame, Expand Data Frame: Add Column, Add
Row - Joining columns and rows in a Data frame rbind() and cbind() – Merging Data
frames merge() – Melting and Casting data melt(), cast(). Loading and handling Data
in R: Getting and Setting the Working Directory – getwd(), setwd(), dir() File
Handling in R language, -CSV Files - Input as a CSV file, Reading a CSV File,
Analyzing the CSV File: summary(), min(), max(), range(), mean(), median(),
apply() - Writing into a CSV File – R -Excel File – Reading the Excel file.
[3 hrs]