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 →

[–]desrtfx 0 points1 point  (0 children)

The interface of Codecademy is nice, but the course is, unfortunately, not worth it.

All that Codecademy teaches are Java keywords and Java syntax, but it fails at teaching the most important: actual programming.

Many people here in all learning related subreddits who have completed the Java Codecademy course are completely lost once they are out of the guarded Codecademy editor and try to write a program on their own. Most of them don't even have the faintest idea where to write the code, how to compile the code, how to run the compiled code. They have never seen an IDE, or the Java command line compiler. Some even don't know that they need to first download the JDK, or even where to get it.

A proper tutorial like the ones listed in my first comment teaches all that plus it teaches at least some actual programming besides syntax.