List Memory Diagrams, Mutable List Operations, and Immutable Tuples

Slides

PDF lecture slides: [1up, 4up] There are many slides, in order to show the details of how memory diagrams involving lists change when executing mutable list operations.

Readings

Think Python, Ch. 9: Lists

Code

Click on this lec11_list_diagrams.zip link to download the .zip file to your computer.

Solutions

I have made a genuine effort to complete the code exercises. Show me the solutions.