Lists in Python
If you’ve ever made a grocery list, kept track of your favorite songs, or collected numbers for a project, you already understand the need to store…
Introduce Python's main data structures and how to use them in practical scenarios.
Tutorials
Follow these lessons in order, or jump directly to the topic you need.
If you’ve ever made a grocery list, kept track of your favorite songs, or collected numbers for a project, you already understand the need to store…
Have you ever needed to match a name to a phone number, or a word to its definition? This idea of connecting one thing to another is everywhere in daily…
Learning new data structures is an exciting step in your Python journey! If you’re already familiar with lists, you’re ready to meet two more helpful…
Learning to work with files is a practical and essential skill for any beginner Python programmer. Whether you want to save notes, read a list of tasks, or…
Ready to build real Python skills? Practicing with Python data structures is one of the best ways to get comfortable with programming—and to prepare for…
Are you ready to make your Python skills feel real? One of the best ways to learn is by building something practical. In this tutorial, you'll create a…