6.0001 Introduction to Computer Science and Programming
6.0001 Introduction to Computer Science and Programming in Python (Fall 2016, MIT OCW). Instructors: Dr. Ana Bell, Prof. Eric Grimson and Prof. John Guttag. 6.0001 Introduction to Computer Science and Programming in Python is intended for students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems and to help students, regardless of their major, feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class uses the Python 3.5 programming language. (from ocw.mit.edu)
Lecture 02 - Branching and Iteration |
Instructor: Dr. Ana Bell. In this lecture, Dr. Bell introduces strings and indentation in Python, then discusses basic features of programmatic logic, such as branching, conditionals, iteration, and loops.
Go to the Course Home or watch other lectures: