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
- Webscraper: Trying Different Sites
- Florida Memory: WPA Churches
- PHI Greek Epigraphy
- Perseus
- Python
- Strings
- Escape characters
\' \t \n \\
& raw strings - Multiline strings & multiline comments
- Indexing, slicing and
in
andnot in
.upper()
,.lower()
,.isupper()
,.islower()
, andisX()
starswith()
,endswith()
.join()
,.split()
, and.strip()
- Escape characters
- Strings