Kahibaro
Discord Login Register

8 Chapter 8: Data Collections

Programs often need to work with many pieces of data at once: a list of names, a set of scores, a mapping of usernames to passwords, and so on. Data collections are Python’s way of grouping related values together so you can store, access, and process them efficiently.

In this chapter, you’ll meet four core collection types:

You’ll see how they look, what they’re good at, and how to perform the most common operations with them.

Views: 116

Comments

Please login to add a comment.

Don't have an account? Register now!