TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How Harvard's CS50 Renewed My Hope For Online Education

59 点作者 eriktrautman超过 12 年前

6 条评论

gits1225超过 12 年前
The difference between CS50 and others is that CS50 gives you a similar experience of taking a class in flesh and blood, while offering all the flexibility of online education; in other courses, it feels like the professors are held at gun point and are asked to teach the material in 10-15 mins intervals.<p>It is awkward to both the teacher and the student, because teaching with a camera up so close to one's face is so, and just because Salman Khan (Khan Academy) did so, doesn't mean every Udacity, edx, and Coursera should. Remember that in the beginning, Salman Khan intended those videos for his cousins.<p>Just look at SEE[1], to see how effective a traditional class room style teaching can be. SICP[2], SEE and CS50 are hands down the best lectures I ever had the pleasure to learn from.<p>[1] <a href="http://see.stanford.edu/see/courses.aspx" rel="nofollow">http://see.stanford.edu/see/courses.aspx</a><p>[2] <a href="http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/" rel="nofollow">http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussma...</a>
aruss超过 12 年前
I wholeheartedly agree with the OP. I took Prof Malan's course via the Harvard Extension School my junior year of high school while trying to get into programming. I first tried to get into PHP and C++ the prior summer (I had no clue, and had no idea of how clueless I was). Enter MIT's OCW and CS50. I quickly watched all of the lectures in about a week or so, and decided to take the course for the following fall shortly thereafter.<p>Prof Malan is one of the best lecturers I have had the pleasure to learn from, knowing how to keep an audience interested in just about anything. Malan and his army of TAs have also done a fantastic job of creating a community around CS50, and have provided a plethora of resources for their students. Their assignments and problem sets were also perfect. They were challenging and interesting without being inaccessible; teaching both programming skills and being relevant to important CS concepts. We also got a special lecture from Brian Kernighan at the end, which was a real treat.<p>I'm extremely appreciative for the skills and knowledge CS50 has given me, and would highly recommend it to anyone willing to take on the challenge. It's the reason why I have my current interest in and basic understanding of CS.<p>I'm really excited for what online education can offer if many other classes can be brought up to the high standard Prof Malan and his team has set. With 5 years of community college (8th-12th grade) and a semester at a top liberal arts college, all taken in-person, CS50 remains one of my favorite classes (in terms of interest, challenge, fun, etc).<p>I should also mention I took CS75 with Malan as well, and while it wasn't quite as enjoyable for a number of reasons, it was also an excellent course.
评论 #5019677 未加载
dschiptsov超过 12 年前
This is mediocre course. You get lots of information, but without hows and whys which are absolutely necessary in CS.<p>Compare it to MIT's course on the same page - they spend lots of time to explain you whys and hows, so <i>later</i> you nave no questions when faced with crap like PHP.<p>They not just taught you coding in Python, they explain how it works and why - they teach you environments - how all those classes are implemented, so, when you see Ruby, your educated guesses (note language usage) will be correct.)<p>So, Berkeley's CS61A by Brian Harvey is where to start. <i>After</i> this course you need data-structures and algorithms (MIT has good ones).<p><i>Then</i> it doesn't really which crap you have to face in industry - PHP, Java, something from MS or SAP - you will be able to pick up in on the go, because you have learned those fundamental hows and whys first.
评论 #5020484 未加载
评论 #5021214 未加载
评论 #5021049 未加载
rartichoke超过 12 年前
I really wish they opened up CS51 and CS61. I can't say enough good things about CS50x. I haven't experienced being taught material in such a way... ever.<p>They do a tremendous job at explaining everything and have loads of video / text with really fun and interesting problem sets.<p>I wish I could erase the knowledge of taking the course just so I can re-take the course again to experience its sheer amazingness.
评论 #5021499 未加载
benesch超过 12 年前
This is really good to hear.<p>On campus, CS50 has a cult-like reputation. You'll regularly see CS50 t-shirts worn on campus; upperclassman insist that CS50 is one of those classes "you just have to take"; Malan is practically a celebrity. (I'll admit I was excited to spot him in CVS one day.)<p>But I've watched students struggle through CS50 on-campus and come out barely understanding C and never wanting to touch computer science again. A small percentage, but enough to make me wonder if CS50 is the best approach. There's no "intro to programming" course at Harvard—this is it. There's also no advanced first-semester CS course: only four or five kids a year will skip 50. So CS50 is forced to teach both kids who've never touched more than an internet browser and kids who've lived on the terminal. Starting with C isn't easy, and HTML/CSS/Javascript (and goddamit, PHP) are shoved into the last 20% of the class.<p>There was a study done a while back about why programming is so hard to learn. Wish I could find it. The researchers discovered something like a third of people picked up programming with little effort, a third could grok it with hard work, and the last third never had a chance. I think CS50 is great for the first two-thirds, but completely lacking for the last third. There's just too much material in too little time.<p>Based on your reaction to edX, I think there's significant potential here. A one-size-fits-all class works much better online since you can move at your own pace. I'm excited to see where this goes. First place might be an option to pay for human grading. It's awfully hard to learn from automated grading.<p>Also, David Malan and his TFs have literally dedicated their lives to this class. I went to a talk by Tommy MacWilliam (one of the head TFs and lead developers of the CS50 edX platform), and they've been working tirelessly for months to develop the UX at scale. They scrapped the standard edX format to truly optimize the experience for this class, and I'm glad it worked. [1] (Some of the apps were used on-campus first and had a few years in the wild.) Most of Malan's recent research has been on large-scale pedagogy. Interesting stuff. [2] [3]<p>PS. The appliance really is complete crap, isn't it? (For those unfamiliar, Malan puts together a VMWare Fusion image with a heavily stripped-down version of Fedora. It's got a command-line auto-submission tool and some other CS50-specific stuff as well.) Do yourself a favor and use a vanilla install of your favorite linux distro. It's a necessary effort to normalize hundreds of thousands of development environments, but god they managed to cripple Fedora.<p>[1] <a href="http://cs.harvard.edu/malan/publications/ccscne10.pdf" rel="nofollow">http://cs.harvard.edu/malan/publications/ccscne10.pdf</a><p>[2] <a href="http://cs.harvard.edu/malan/publications/CMU.pdf" rel="nofollow">http://cs.harvard.edu/malan/publications/CMU.pdf</a><p>[3] <a href="http://cs.harvard.edu/malan/publications/fp129-malan.pdf" rel="nofollow">http://cs.harvard.edu/malan/publications/fp129-malan.pdf</a>
评论 #5019955 未加载
评论 #5023745 未加载
评论 #5019864 未加载
vicks711超过 12 年前
Cs50 and cs75 by prof David malan are great courses. The prof is really cool