MIT OpenCourseWare programming lecture videos (in Python)
11–20 of 31 posts
Re: MIT OpenCourseWare programming lecture videos (in Python)
#12Re: MIT OpenCourseWare programming lecture videos (in Python)
#13Re: MIT OpenCourseWare programming lecture videos (in Python)
#14Re: MIT OpenCourseWare programming lecture videos (in Python)
#15This is another good resource for similar content. http://academicearth.org/
:(
Re: MIT OpenCourseWare programming lecture videos (in Python)
#16Re: MIT OpenCourseWare programming lecture videos (in Python)
#17it's not "Python video lectures", it's "Introduction to Computer science" in which the teacher uses Python, and you can't barely see the code in the videos, so the real potential of these classes is theory (i know, i've seen them)
Re: MIT OpenCourseWare programming lecture videos (in Python)
#18Thank you bitsai! Great source. Google's Python Class is also good.
Re: MIT OpenCourseWare programming lecture videos (in Python)
#19it's not "Python video lectures", it's "Introduction to Computer science" in which the teacher uses Python, and you can't barely see the code in the videos, so the real potential of these classes is theory (i know, i've seen them)
The disappointing part is that the lecturer talks about handouts that are given to students with the example code he uses during the lectures, which isn't online AFAIK. I find myself taking screenshots of the full screen flash video and replicating code I want to try out myself.