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!
- About the course; introductions by professor and TA
- Syllabus
- Canvas
- Introduction
Textbook and first assignment in canvas
Mini Lab
- Install Thonny
- Do outside of class by next Tuesday Installing Thonny, flake8.
- includes setting up a directory for CS149
- Lab 1: Thonny Submission link at the bottom of tha lab.
- Example Code
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 |
|
Lecture
Homework Lab
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
- Pre-Survey: Please submit this "quiz" if you haven't already!
- Get the required textbook and read Chapter 1: Statements
Complete by Monday August 28th
- Installing Thonny, flake8
- Complete the Chapter 1 "orange" textbook activities, must do this through canvas to receive credit.
Due Wednesday August 30th at 11pm