This is CS50! https://www.edx.org/course/introduction-computer-science-har...
Ask HN: What's your favorite online course?
61–70 of 167 posts
Re: Ask HN: What's your favorite online course?
#62Re: Ask HN: What's your favorite online course?
#63Earlier quoted context omitted.
Interestingly we get a lot of mixed reviews for R Prog course: https://www.class-central.com/mooc/1713/coursera-r-programmi... Learning how to learn is the best course online that any one can take.
I've been spending the past hour on "Leaning how to learn" because of the recommendations here. I was... well, the course was definitely not quite what I expected. What I'm seeing here is a bunch of "tricks", and a lot of "brain facts" which I would usually dismiss as pseudoscience. The course almost feels like a scam. What gives?
Re: Ask HN: What's your favorite online course?
#64Re: Ask HN: What's your favorite online course?
#65Surprisingly, I also found Khan Academy's organic chemistry videos very helpful when I was studying bioinformatics and needed to refresh my chemistry skills
Re: Ask HN: What's your favorite online course?
#66Re: Ask HN: What's your favorite online course?
#67CS188.1x Artificial Intelligence by BerkeleyX at edx.org. [1] I took this course back in Spring 2013 and I really enjoy the course project of making an intelligent Pac-Man. :) Through this course, besides learning AI, I also learned Python (before this, I didn't know how to code in Python at all). And with the knowledge from this course, I made a simple connect four game with AI implementation as the player's opponen…
Re: Ask HN: What's your favorite online course?
#68Re: Ask HN: What's your favorite online course?
#69Dan Boneh's "Introduction to Cryptography". (Part 1) https://www.coursera.org/course/crypto (Part 2) https://www.coursera.org/course/crypto2
+1 for Dan's crypto1. I don't think crypto2 has been taught yet via coursera, as I've been waiting to take it and have seen it pushed back several times, and I've seen others say they'd been watching it get delayed for years. It does seem that Dan has been recording videos for part 2 in 2015 though (according to one of his students), so there's reason for hope that it might happen in 2016.
Re: Ask HN: What's your favorite online course?
#70Functional Programming Principles in Scala (https://www.coursera.org/course/progfun) by Martin Odersky, the inventor of Scala, is also excellent and a great way to learn and start using Scala and functional programming. Be forewarned though, once you get a taste of Scala, you'll have to be dragged kicking and screaming back to using Java :-).