Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 982 Bytes

00_Overview.md

File metadata and controls

19 lines (15 loc) · 982 Bytes

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)