Week 5

Prepare

  • Read
    • Textbook Chapter 1.6 (Manipulating Strings)
  • Submit
    • Answer the practice questions at the end of Chapter 1.6 in a Word .docx file and submit it on Canvas

Lesson

  • Class Reorganization
  • Webscraper.io
  • Python
    • Strings
      • Escape characters \' \t \n \\ & raw strings
      • Multiline strings & multiline comments
      • Indexing, slicing and in and not in
      • .upper(), .lower(), .isupper(), .islower(), and isX()
      • starswith(), endswith()
      • .join(), .split(), and .strip()