Contents | Prev (1 Introduction to Python) | Next (3 Program Organization)

2. Working With Data

To write useful programs, you need to be able to work with data. This section introduces Python’s core data structures of tuples, lists, sets, and dictionaries and discusses common data handling idioms. The last part of this section dives a little deeper into Python’s underlying object model.

Contents | Prev (1 Introduction to Python) | Next (3 Program Organization)