Auguest 24: Introduction and Getting Started with Thonny

Learning Objectives

After today's class, you should be able to:

  • Open, edit, save, and run a program in Thonny.
  • Submit your first lab using canvas and gradescope
  • Ask and answer questions (later) on Piazza.
  • Open your textbook and complete activities

Lesson Outline

Welcome!

Textbook and first assignment in canvas

Mini Lab

Notice how lines 1–5 are formatted. When you submit to Gradescope, always include (1) the program summary, (2) your name, and (3) the date in each python program. Items 2 and 3 must be included and formatted as shown in all submissions. See requirements

hello_world.py
1
2
3
4
5
6
7
"""Hello World.

Author: Sharon Simmons
Version: 08/09/2023
"""

print("hello, world")

Lecture

Python statements

Homework Lab

  • Outside of class: HW 1
  • Submit Homework Lab on Canvas

Getting Help

  • Click the Piazza link in Canvas and set up your account
  • What questions do you have about the syllabus/course?

Your To-Do List

By the end of today

Complete by Monday August 28th

Due Wednesday August 30th at 11pm