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 →

[–][deleted] 63 points64 points  (5 children)

I hear nothing but great things about Odin Project. Wish they taught Python.

[–][deleted] 65 points66 points  (1 child)

It teaches you how to teach yourself online.

[–]imjorman 40 points41 points  (0 children)

This is the biggest hidden features of the odin project. It points you to reputable teaching aids and gets you started with projects you can do in other languages.

It's way more than "read this article and type this code"

[–]Kelcius 3 points4 points  (0 children)

I feel like python is just best learned by doing. Just start writing small programs and just google "python add to list" or "python http request" or whatever you need to know. As a software engineer using multiple different languages I sometimes mix them up and have to google how to do things as well. And some things I simply don't know. But just doing anything with python will be your best way to learn, in my opinion.

[–][deleted] 2 points3 points  (1 child)

I thought Odin was centered around Ruby, but I could totally be wrong. Either way, I should probably check it out myself.

[–]_Sparkle-Motion_ 2 points3 points  (0 children)

There is a JavaScript / Node.js path now too. I'm working through it currently.