Lecture Notes, Mon 08/08
More functions and drawing with turtle, unittest, command line tools
Agenda for Mon 08/08 (from SPIS Google Calendar)
Assignment Calendar for Week 2
Morning:
- Lecture by Diba: 8:45-10:15
- Implement a function to compute the Hamming distance of two strings
- Test driven development using the unittest framework ppt
- Code from lecture
- Lecture by Phill, 10:15-11:30am, walkthrough of lab02 instructions
- Some Unix commands, including the ones to create
~/mkdir
- Creating a private repo and adding a collaborator
- Using
git clone
to clone the repo to your~/github
directory of your ACMS account - The
git add ...
,git commit ...
,git push ...
workflow
- Some Unix commands, including the ones to create
Afternoon
Open Lab, working on lab02