New Course: Python for R Users
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Here is the course link.
Course Description
Python and R have seen immense growth in popularity in the “Machine Learning Age”. They both are high-level languages that are easy to learn and write. The language you use will depend on your background and field of study and work. R is a language made by and for statisticians, whereas Python is a more general purpose programming language. Regardless of the background, there will be times when a particular algorithm is implemented in one language and not the other, a feature is better documented, or simply, the tutorial you found online uses Python instead of R. In either case, this would require the R user to work in Python to get his/her work done, or try to understand how something is implemented in Python for it to be translated into R. This course helps you cross the R-Python language barrier.
Chapter 1: The Basics (Free)
Learn about some of the most important data types (integers, floats, strings, and booleans) and data structures (lists, dictionaries, numpy arrays, and pandas DataFrames) in Python and how they compare to the ones in R.
Chapter 2: Control flow, Loops, and Functions
This chapter covers control flow statements (if-else if-else), for loops and shows you how to write your own functions in Python!
Chapter 3: Pandas
In this chapter you will learn more about one of the most important Python libraries, Pandas. In addition to DataFrames, pandas provides several data manipulation functions and methods.
Chapter 4: Plotting
You will learn about the rich ecosystem of visualization libraries in Python. This chapter covers matplotlib, the core visualization library in Python along with the pandas and seaborn libraries.
Chapter 5: Capstone
As a final capstone, you will apply your Python skills on the NYC Flights 2013 dataset.
Prerequisites
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.