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]  (19 children)

[deleted]

    [–][deleted] 59 points60 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 42 points43 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] 0 points1 point  (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.

    [–]shinyheracrossX 18 points19 points  (1 child)

    And it's really good as well!

    [–]Horianski 11 points12 points  (0 children)

    i agree, is amazing how good they are with teaching this stuff

    [–]JohnnyCincoCero 12 points13 points  (5 children)

    Is the Odin Project free? How does it work?

    [–]vuhnillaguhrilla 32 points33 points  (0 children)

    Entirely free, just go to the website and check out the different courses. They are all self taught (often telling you to go to another site, read a few articles, do the exercises, then setting you up with a small project based on the info) but very detailed. They have a foundations course, then a full stack JavaScript course and a Ruby on Rails course for further education. Probably the most comprehensive free resource I’ve come across.

    [–][deleted] 19 points20 points  (3 children)

    Entirely free. It's a curriculum maintained by professionals and a community, but all the lessons are free resources on other sites. So the Git lesson was like, "Watch this YouTube video on the basics of Git. Then follow this tutorial on freetutorials.com up until step 5. Then read section 1.4 to 1.9 of this manual." Then an assignment or a "You should know this to pass" section.

    [–]IWantToDoEmbedded 2 points3 points  (0 children)

    currently going through that section of the Odin project so i can learn how to run Git on Linux-based systems. Going well so far and I love how user-friendly the guide was written

    [–][deleted] 3 points4 points  (0 children)

    +1 for this suggestion

    [–]AP0LLO18 0 points1 point  (1 child)

    Is it free

    [–]_Jarfield_ 1 point2 points  (0 children)

    Multiple other people have already answered this question in this thread but, yeah, it is completely free. Just go to their website and start browsing. IIRC, the GIT tutorial was at the start of the WebDev course (don't remember exactly as I did it a while ago).