Introduction to Computer Science: The Way of the Program — Homework 0

Due by lab time Wednesday, September 6

  1. Read all of the information on the course web page, paying particular attention to my course policies for the semester.

  2. Install Python/IDLE on your own computer. Use the links and instructions provided here.

  3. Read Chapter 1 (pages 1-21) of Python Programming, Third Edition by John Zelle. An electronic version of the book is available on our MySLC class page under Handouts. I would also strongly encourage you to buy a physical copy of the book as well, to complement the electronic version. Studies have shown that reading on paper can often lead to better comprehension and retention of information compared to reading on electronic screens.

  4. Work through Programming Exercises 1-6 on pages 24-25, by typing in the code and running it in IDLE. If you are feeling ambitious, you may also try Exercise 7, but this is not required.

You DO NOT need to turn in anything for this assignment, but you should complete it before your first lab session on Wednesday. We will go over some of the exercises together in class. If you have trouble installing Python, or questions about anything else, please let me know!