6.00 Introduction to Computer Science and Programming

This is an introductory level Computer Science course for undergraduate student offered by MIT. Prof. Eric Grimson and Prof. John Guttag discussed about basic programming syntax, Common Code Pattern, different type of complexity (i.e. log, linear, quadratic, exponential), brief introduction to Algorithm, Computational Model, Stock Market Simulation etc.

This subject is aimed at students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems. It also aims to help students, regardless of their major, to feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class will use the Python programming language.

Course Playlist:


Course Website:

Course Website here.

Programming Methodology

Course Description:

This course is the largest of the introductory programming courses and is one of the largest courses at Stanford. Topics focus on the introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Programming Methodology teaches the widely-used Java programming language along with good software engineering principles. Emphasis is on good programming style and the built-in facilities of the Java language.

Anyone related to computer programming can take this course. Mehran Sahami will teach you how to solve a problem using top-down designing model, how to write code like an engineer. Really this is the best introductory level Computer Science Course I have ever watched.

Here I embeded the first video of this course, so that you can get an overvies of Programming Methodlogy before approching.


Link to Access this course:

Youtube Playlist here.

Course Website here.