A book to learn R and Python in parallel for Data Science
11–20 of 90 posts
Re: A book to learn R and Python in parallel for Data Science
#12Re: A book to learn R and Python in parallel for Data Science
#13Re: A book to learn R and Python in parallel for Data Science
#14Re: A book to learn R and Python in parallel for Data Science
#15I sometimes wonder is there any reason to learn R at all, since python eco system has absorbed most of its advanced statistical functionality, coupled with the factor that python environment is much more general, with capabilities to fetch, decode/encoded data,work with binary data databases, web frameworks for presenting etc.
This isn't true at all...
Also all advance statistical books are either SAS or R. If it's R then there is always a package that the author created.
Just look at Chapman & Hall/CRC or Springer publisher and look at their books.
Go here: https://www.jstatsoft.org/index
Count the number of R packages in those papers versus Python.
I don't even need a source. I'm a statistician and I'm going to get a paper there and publish a R package for my master thesis.
Re: A book to learn R and Python in parallel for Data Science
#16I sometimes wonder is there any reason to learn R at all, since python eco system has absorbed most of its advanced statistical functionality, coupled with the factor that python environment is much more general, with capabilities to fetch, decode/encoded data,work with binary data databases, web frameworks for presenting etc.
Although I haven't had as much reason to use base R. For more ML-related tasks I do go back to Python.
Re: A book to learn R and Python in parallel for Data Science
#17Nobody would write R code the way this book is teaching. For that matter, nobody looking to do linear regression for data science in Python is doing their own matrix math, either.
Re: A book to learn R and Python in parallel for Data Science
#18This is an interesting concept. It makes perfect sense to learn both simultaneously. On the other hand, it must be confusing at times. Imagine learning two languages at the same time, from the same book. It's an experiment I haven't tried, but i'm curious about the outcome.
Also interesting to learn two languages, in parallel, where neither is particularly good at parallelism :)
Re: A book to learn R and Python in parallel for Data Science
#19I sometimes wonder is there any reason to learn R at all, since python eco system has absorbed most of its advanced statistical functionality, coupled with the factor that python environment is much more general, with capabilities to fetch, decode/encoded data,work with binary data databases, web frameworks for presenting etc.
Re: A book to learn R and Python in parallel for Data Science
#20I sometimes wonder is there any reason to learn R at all, since python eco system has absorbed most of its advanced statistical functionality, coupled with the factor that python environment is much more general, with capabilities to fetch, decode/encoded data,work with binary data databases, web frameworks for presenting etc.
I use both Python and R. tidyverse/ggplot2 alone are enough reason to use R, and are substantially faster for tasks that utilize those packages than the equivalent in Python (in my opinion). Although I haven't had as much reason to use base R. For more ML-related tasks I do go back to Python.