Goals of the course; what is computation; introduction to data types, operators, and variables
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.
Introduction: Chapter 1 of How to Think Like a Computer Scientist | Variables and statements: Chapter 2 of How to Think Like a Computer Scientist | Strings: Variables and strings section of Python Programming | Strings: strings section of Python Programming