I began the JHU Data Scientist Specialization on Coursera and worked through the Data Scientists Toolbox and R Programming classes, but found them a bit lackluster in their presentation.
The course content (videos, slides) presents some basics with a large emphasis on having a "hacker ethos" to do more work and digging on your own to be successful. The quizzes and projects in the R course demanded the use of techniques that were outside of the content provided in the lecture. I am not against having a hacker ethos and personally am happy to research and learn on my own, but I fail to see the logic in charging money to tell people to Google. I expect a curriculum to be a self-contained unit of learning, or else I wouldn't bother with curriculum.
Contrast this to Coursera's excellent (and free) Rice University Interactive Python Programming classes that are really superb. The Rice University team put together an online Python interpreter complete with graphics capability so that students could test each other's code. The R class left peer review of students' code as "do not run the code, eyeball it and see if it looks right". I understand why they did it (execution of potentially harmful code), but Rice's solution was elegant.
I am not against having a hacker ethos and personally am happy to research and learn on my own, but I fail to see the logic in charging money to tell people to Google.
I'm about halfway through the JHU Data Science program and I agree that there's a fair amount of "extra" work you have to do. But still, coming into it as somebody who had never used R at all before, I've learned a ton and have definitely found it to be worth the money I've spent (I plan to actually do the entire track and get the certificate and everything).
Now that said, I probably woulnd't pay much more than what they're charging now (I think most of these classes have been $49.00 / class so far), but at that rate, I definitely feel that it's been worthwhile. And even if it isn't a formal degree, it still gives me the ability to legitimately mention JHU on my resume. So if somebody is just quick skimming my resume to make a decision on which pile to sort it into, that probably gives mine a small nudge in favor of the "look deeper" pile.
The course content (videos, slides) presents some basics with a large emphasis on having a "hacker ethos" to do more work and digging on your own to be successful. The quizzes and projects in the R course demanded the use of techniques that were outside of the content provided in the lecture. I am not against having a hacker ethos and personally am happy to research and learn on my own, but I fail to see the logic in charging money to tell people to Google. I expect a curriculum to be a self-contained unit of learning, or else I wouldn't bother with curriculum.
Contrast this to Coursera's excellent (and free) Rice University Interactive Python Programming classes that are really superb. The Rice University team put together an online Python interpreter complete with graphics capability so that students could test each other's code. The R class left peer review of students' code as "do not run the code, eyeball it and see if it looks right". I understand why they did it (execution of potentially harmful code), but Rice's solution was elegant.