Great Computer Science Lectures for all levels
codeschool.org
Great Computer Science Lectures for all levels
1–10 of 19 posts
Re: Great Computer Science Lectures for all levels
#2He deserves the be on the front page for sure. I would also encourage you to buy him a coffe through his donation button.
More vides on his youtube, for example "Intro to Clojure" series:
Re: Great Computer Science Lectures for all levels
#3These lectures are amazing. Watch "Unix terminals and shells" series for example, you will get a better understanding of what is going on behind the scenes when you run a ruby script. He deserves the be on the front page for sure. I would also encourage you to buy him a coffe through his donation button. More vides on his youtube, for example "Intro to Clojure" series: http://www.youtube.com/user/briantwill/videos?vi…
Re: Great Computer Science Lectures for all levels
#4Re: Great Computer Science Lectures for all levels
#5Re: Great Computer Science Lectures for all levels
#6These lectures are amazing. Watch "Unix terminals and shells" series for example, you will get a better understanding of what is going on behind the scenes when you run a ruby script. He deserves the be on the front page for sure. I would also encourage you to buy him a coffe through his donation button. More vides on his youtube, for example "Intro to Clojure" series: http://www.youtube.com/user/briantwill/videos?vi…
Re: Great Computer Science Lectures for all levels
#7Re: Great Computer Science Lectures for all levels
#8Re: Great Computer Science Lectures for all levels
#9They just need Automata, Grammars, and Computability, one of the "classical" courses in CS theory to complete their collection. That course really makes you a better programmer in being cognizant of the shear size of problems that can't even be solved (as well as forcing you to think in terms of using tricks to bring problems into decideable space). For instance, if you ever plan to write navigation software or trave…