Lecture 1 - Announcements / Notes

Announcements

Survey Statistics

Quarters at Western

Quarters at Western

Months of Programming Experience

Months Programming Experience

Planning to Major?

In Teams: E01

Agree on and submit answers to the Lecture 1 Exercises. As a reminder, you can find the link to the submission form in the Quick Links section.

I want to come talk to you during this time!

Discussion: Pseudocode

  1. Write pseudocode for a program that repeatedly prompts a user for non-negative integers; once the user inputs a negative number, the program ends and outputs the sum of the input positive integers.

Pseudocode does not come naturally to many beginning students! Let’s look at a few solutions and talk it over a little.

Programs of the Day - Introduction / Demo

Demo: download the POTD skeleton and tests, and run the program and the tests in Thonny.

See the POTD Guide, which also explains this process.