Am I the only one that can't find the video / audio lectures? The older (but still very good) 6.00 CS course with Grimson is on YouTube, but I don't see anything but reading materials here (unless that's the point).
A Gentle Introduction to Programming Using Python
11–14 of 14 posts
Re: A Gentle Introduction to Programming Using Python
#12Re: A Gentle Introduction to Programming Using Python
#13Am I the only one that can't find the video / audio lectures? The older (but still very good) 6.00 CS course with Grimson is on YouTube, but I don't see anything but reading materials here (unless that's the point).
Do you have a link to the Grimson course?
Here's the MIT OCW index for 6.00 w/ Grimson (2008): http://ocw.mit.edu/courses/electrical-engineering-and-comput...
Here's the first video lecture on YouTube: http://www.youtube.com/watch?v=k6U-i4gXkLM
I should mention this is a really good (IMHO) CS course that happens to use Python.
Re: A Gentle Introduction to Programming Using Python
#14Am I the only one that can't find the video / audio lectures? The older (but still very good) 6.00 CS course with Grimson is on YouTube, but I don't see anything but reading materials here (unless that's the point).
Hi bdlang and everyone else, Ahh! This is my course!! I am actually an undergraduate student, and this course was my first foray into teaching. Please note that this is not intended to be an in-depth semester course, but rather was an intensive two-week course during MIT's January semester. Class met three hours a day and was intended on giving a springboard introduction into the basics of Python and a short bit on c…