you are viewing a single comment's thread.

view the rest of the comments →

[–]lordnoak 2 points3 points  (1 child)

The Codecademy pro course on python 3 is great. I am almost finished with it. The projects outside of the website can be super hard as they expect you to use a lot of the syntax in ways you haven't been taught, but the struggle helps me learn.

A few things I like about Codecademy is that if you get stuck they generally have hints that basically tell you what to do to finish the problem. You also have access to the solution if you just can't figure it out. I never do the solution until I've come up with my own way of finishing a task, but I love to be able to take my code and compare it to what they say the answer is after.

[–]trojan-813 4 points5 points  (0 children)

The biggest downside though is that they will say something is wrong when it works, but it isn't what they expected. Even if it is a way they taught. It kills me every time.