0Pricing
Python For Kids · Lesson

Manipulating Data Structures

Practice sorting, slicing, and iterating.

1

Manipulating Data Structures

Welcome to the Data Structures lesson! Today, we'll learn how to manipulate data structures like lists and tuples by sorting, slicing, and iterating through them.

Manipulating Data Structures — illustration 1

2

What is Data Manipulation?

Data manipulation involves changing, organizing, or analyzing the data stored in data structures. It helps you manage and utilize data effectively in your programs.

  • Sorting: Arranging data in a specific order.
  • Slicing: Extracting a portion of the data.
  • Iterating: Going through each item in the data structure.

All lessons in this course

  1. Lists and Tuples
  2. Dictionaries
  3. Sets
  4. Manipulating Data Structures
← Back to Python For Kids