Lesson 4: Sequences and secrets
Outline:
- Secret messages
- a simple scheme
- substitution ciphers
- Representing strings in computers
- ASCII and Unicode
- Representing strings in Python
chr
andord
- strings as sequences
- Working with strings
- basic operations
index
function
Explore after class:
Reading assignment (to be completed by the next class):
- Zelle sections 5.1-5.2 (pp. 129-136)
- Zelle sections 5.4-5.5 (pp. 139-147)
- Zelle section 5.7 (pp. 150-151)