Python and R-programming:
NOTE:
- This content prepared based upon my knoweledge on R programming and Python
R-programming
|
Python-programming
|
R is a general purpose programming language, it is a Interactive,
high level and object oriented programming language.
|
Python is a general purpose programming language; it is a
Interactive, Interpreted, High-level, dynamic, object oriented and scripting
programming language.
|
R is a open source
|
Python is a open source
|
Developed by “Ross Ihaka and Robert Gentleman” in 1993
|
Developed by “Guido Van Rossum” in 1989, the first version of the
python released in 1991
|
Easy to learn
|
Easy to learn
|
Easier syntax:
Example:
Function-name <- function(arg1,arg2,…….)
{
Statements
Return (object)
}
|
Very easier syntax
Example:
Def function -name (arg1, arg2, …):
Statements
Return
|
R prompt will be show the
> symbol
|
Python prompt will be show the
>>> symbol
|
R programming performs some types of data analysis/analytics: only
on fixed data(offline data only)
*àStatistical
analysis
àMachine
Learning
àNormal
analysis
àData
mining
|
Python programming performs all the types of data analysis/analytics: both
fixed data and streaming data( offline data and online data)
àNormal
analysis
àpredictive
analysis
àStatistical
analysis
àSpatial
analysis
àData
mining
àMachine
Learning
*àSentimental
analysis
*àStreaming
analysis
|
No comments:
Post a Comment