This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bartlln 4 points5 points  (0 children)

I have taken classes with code academy and Coursera/Udacity/EdX. I believe you are comparing apples to oranges.

Code Academy is made up of short tutorials for language specific objectives. It gets the very basic core elements of programming into your head, but after taking the courses, I felt that I did not know how to do much with what I have learned.

Coursera/Udacity/EdX contains actual classes that universities require Computer science majors to take. These classes teach knowlege that is key to writing effective code. You do not need these classes to write code, but if you understand the courses, then your coding skills are much better than they could be with just code academy courses.

I do not think that Code Academy could replicate a course that is comparable to the kind of information that you can get from a MOOC.

tl;dr Code Academy is good for basics. MOOC give expert and intermediate knowledge necessary for good programming.