Skip to main content

Lists and Tuples

(Tuh-puls)

Chapter 2 Slides

Download this Python Cheat Sheet. We will use it for in-class activities.

Cheatsheet

Files

7.1 Sequences

7.2 Introduction to Lists

7.3 List Slicing

7.4 Finding Items in Lists with the in Operator

7.5 List Methods and Useful Built-in Functions

7.6 Copying Lists

7.7 Processing Lists

7.8 List Comprehensions

7.9 Two-Dimensional Lists

7.10 Tuples

7.11 Plotting List Data with the matplotlib Package