Strings, Lists and Tuples
Learning Goals
Preparation for class: The current slide presentation is 45 slides of dense info, so take a look over it before class.
Python Crash Course
- Chapter 3, Lists
- Chapter 4, Working with Lists
Think Python
- https://allendowney.github.io/ThinkPython/chap08.html
- https://allendowney.github.io/ThinkPython/chap09.html
- https://allendowney.github.io/ThinkPython/chap11.html
If you want some other online helps with these check out these links:
- https://www.w3schools.com/python/python_strings.asp
- https://www.w3schools.com/python/python_lists.asp
- https://www.w3schools.com/python/python_tuples.asp
Make up Exam
If you want to take the make up exam, I will have one ready for you. If you understand what you missed, you will do fine. It will not be the exact quiz, but it will be based on the same material.
Assigments
We will also go over the Assignments that are due soon
Functions 2 material that we did not finish
and we will cover the functions material that we did not cover last session.