Reading assignment

Readings in the "Think Python 2e" book for CIS 40

Unit 2 - Development Environment

Chapter 1 The Way of the Program
1.2 Running Python (omit Python 2 stuff)
1.3 The First Program (omit Python 2 stuff)
1.4 Arithmetic operators (omit bitwise operators)
1.5 Values and Types
1.7 Debugging
1.8 Glossary