Thursday, May 21, 2020

Week of May 25th - 29th, 2020

Monday:
Memorial Day Holiday.  Take a moment to thank a vet.

Tuesday:
Last class time for CodeHS Unit 7
There will be another CodeHS progress grade this evening.

Wednesday:
Codingbat - MAKE SURE YOU ARE LOGGED IN, OR I WON'T SEE YOUR WORK! Do all the problems from Strings-1 -- these are easy.  Do at least two problems from Strings-2. double_char is easy, but the rest are harder.  See what you can do.  I will grade your work after 5 PM -- email me before then if you need more time.

Thursday:
Unit 7 quiz: 20 questions:

  • know how to use string methods upper(), lower(), swapcase(), find(), strip()
  • know how to index letters in a string from the front or back, like myStr[2] or myStr[-1]
  • Know how to take a slice of a string, like myStr[:4], myStr[2:5], or myStr[3:]
  • Know what it means for a string to be immutable
  • Know how to use len()
  • Know how to use a for loop to step through the letters of a string
  • Know how to use in to check for a letter or sequence of letters in a string

Work on CodeHS Unit 8 when done

Friday:
Everyone working on CodeHS unit 8