From 90abc92f065ba868d1b9f5ca2546d67cbf4d5c7a Mon Sep 17 00:00:00 2001 From: Rafayel Mkrtchyan Date: Tue, 6 Jan 2015 09:28:39 -0800 Subject: [PATCH] Update for UC Berkeley CS10 course I took CS10 at University of California, Berkeley during Fall 2013 and I feel like provided description does not fully emphasize the importance of this course. Hence, I suggested this update. Please accept this. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 669bcde..e26834b 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,8 @@ Courses ### Introduction to CS - [CS 10](https://inst.eecs.berkeley.edu/~cs10/fa14/) **The Beauty and Joy of Computing** *UC Berkeley* - - CS10 is UCB's introductory computer science class, taught using the beginners' drag-and-drop language [Snap*!*](http://snap.berkeley.edu) (based on Scratch by MIT). + - CS10 is UCB's introductory computer science class, taught using the beginners' drag-and-drop language. Students learn about history, social implications, great principles, and future of computing. They also learn the joy of programming a computer using a friendly, graphical language, and will complete a substantial team programming project related to their interests. + - [Snap*!*](http://snap.berkeley.edu) (based on Scratch by MIT). - [Curriculum](http://bjc.berkeley.edu) - [CS 50](https://cs50.harvard.edu/) **Introduction to Computer Science** *Harvard University* - CS50x is Harvard College's introduction to the intellectual enterprises of computer science and the art of programming for majors and non-majors alike, with or without prior programming experience. An entry-level course taught by David J. Malan.