Lab 1: Saving your work
At the end of every lab, you will save your work. We recommend creating a CS111
folder in your google drive and dropping the lab folders in your CS111
folder. If you are working remotely with your partner today, you can email the python files to each other so that both partners have the most recent versions from all the lab tasks.
This way, if you want to refer to your lab work when you're working with a partner on a project or working on a different computer, you have access to it.
Summary of what we did today
- Learned how to use Thonny
- Learned how to submit projects using the Potluck server
- Learned about programming in Python with expressions and values
- Learned a bit about drawing pictures with
turtle
graphics and also about creating sounds withwavesynth
.
Table of Contents
- Lab 1 Home
- Part 1: Thonny intro
- Part 2: How to work on projects
- Part 3: Your first program
- Part 4: Multimedia exercises
- Part 5: Save your work