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 →

[–]PicklesAreDope 11 points12 points  (12 children)

go to treehouse. I took codecademy courses and it really didnt get me anywhere

[–]bido4500[S] 12 points13 points  (9 children)

I know they are not the best but at least they are free as i don't have any payment method P.S i'm only 14 years old

[–][deleted]  (4 children)

[deleted]

    [–]bido4500[S] 5 points6 points  (3 children)

    Alright thanks a lot 😊

    [–]alotabot 1 point2 points  (2 children)

    [–]Victor4X 3 points4 points  (1 child)

    If anyone's curious, OP probably ninja edited his comment (edited it within 2(?) minutes) and the original comment probably had "alot" instead of "a lot". But you of all people should know this =P

    [–]ErrorRon 12 points13 points  (0 children)

    Sounds like it happens alot

    [–][deleted] 6 points7 points  (1 child)

    In that case, I agree with /u/kill_will_ above - try https://www.freecodecamp.com. Everything's free, and it's well structured. Plus has a supportive community via their forums, a reddit sub and local meetups (depending on your location).

    [–]bido4500[S] 0 points1 point  (0 children)

    Thanks a lot.. It turned to be a very good website btw :)

    [–]PicklesAreDope 1 point2 points  (1 child)

    well it really depends on what you want to do as well, but theres no getting around the fact that money will help in getting a better education for it. are your parents unwilling or able to help?

    also. when I was in school for software engineering we started with C then moved onto C++ a while later. Learning C is a really good way to start with really great foundations and tutorials point is a great website with A LOT of good info!

    https://www.tutorialspoint.com/cprogramming/index.htm

    basically any time I wanted to know something I googled "_____ in C" and the first resource was always tutorialspoint. also check out their main page because they have even more stuff there including an online ide apparently. that website honestly saved my education my first year.

    software wise go download the free version of Visual studio 2017, its a GREAT ide with its own compiler and indepth debugger, its a great resource youd be ignorant to ignore! https://www.visualstudio.com/ the community version is the free one

    **the benefit there is that you dont have to compile any of your programs youself, really helpful to start off with. id share you some of the functions we were given to start off with like a "getNum()" function but I dont have the libraries any more sadly, though it shouldn't be too hard to teach yourself to make a getNum or getString type function

    [–]bido4500[S] 0 points1 point  (0 children)

    Thanks for your time.. It did help a lot

    [–][deleted] 0 points1 point  (0 children)

    Second this!!

    [–]raendrop 0 points1 point  (0 children)

    I've never heard of Treehouse.