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 problem set 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 problem sets 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 psets
- Part 3: Your first program
- Part 4: Pictures and sounds
- Part 5A: Turtle graphics
- Part 5B: Wavesynth sounds
- Part 6: Save your work