Skip to content

Opening book details…

About this document

Python Lists, Tuples, and Dictionaries Guide by John William is a document available to read on EtoBox.

This document provides information on lists, tuples, and dictionaries in Python. It discusses list mutability and how lists can be changed in place by assigning new values to indexes. It also covers aliasing when assigning one list to another, and different methods for cloning lists to avoid aliasing like slicing, using the list() method, and the copy() method. The document includes examples of passing lists as parameters to functions and how the list is referenced rather than copied, so any changes made in

Author
John William
Language
EN