Operators and operands; statements; branching, conditionals, and iteration
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.
Python variables are names: Other languages have "variables", from Code Like A Pythonista: Idiomatic Python | For PS0: Input/output section of Python Programming | Conditionals: Chapter 4 of How to Think Like a Computer Scientist (through section 4.8) | The conditional statements section of Python Programming