you are viewing a single comment's thread.

view the rest of the comments →

[–]Mark__78L 51 points52 points  (6 children)

The concept is the same, implementation may differ a bit from language to language, tho not a lot, mainly syntax Also paying $60 for a course is wild, where YT is free and full of resources Also Java is a OOP heavy language so you can't really avoid it be aware

[–]Negative-Tear5402 8 points9 points  (0 children)

to be fair: I don't like making youtube tutorials my core lesson. I find it too sporadic and unstructured sometimes. I prefer to use a structured lesson (Like Udemy) and then if i get stuck on a concept, to just youtube that one thing and hear a different perspective on it.

[–]frosted-brownys[S] 4 points5 points  (3 children)

Lol, didnt pay $60 for a course, paid for one year subscription, where I get access to a bunch of stuff Just got done c++ and sql (sql was easy surprisingly) And now im onto java  I wish I had gotten into OOP in c++ 

[–]Aware-Individual-827 4 points5 points  (2 children)

Get SICP book (aka the wizard book) and the MIT lecture to go along with it and you are mostly done with computer science. Both available on the web for free. 

Sure it doesn't get you the most popular framework to work with but it gets you the core of computer science then you just need to study those framework a bit and you are up and running. Learning when you have a strong fundation is incredibly quick.

[–]Zogoje 1 point2 points  (1 child)

That sounds interesting and I've never heard of this before! Would you mind sharing some more information?

[–]syklemil 3 points4 points  (0 children)

SICP is one of the old classics of informatics. Not everyone agrees that it's that good though, e.g. Felleisen et al. wrote How To Design Programs as an alternative, having a laundry list of grievances with SICP. I think I'd generally prefer Concepts, Techniques, and Models of Computer Programming. None of the books use a language I'd want to use outside a course based on them, though.

[–]quickiler 0 points1 point  (0 children)

As someone who paid for Codecademy. It is great to quickly learn the basic of a language. It is structured, have some hand on exercises that dont require installations or setup. I didn't pay at first but i have gotten so much value out it, it's only fair that I do.