Python Lists vs Sets

When to use lists and when to use sets

Jacob Toftgaard Rasmussen
Towards Data Science
6 min readDec 19, 2020

--

You will learn about the differences between lists and sets in this article. You will also see a practical example where a set performs far better than a list does.

Photo by Hermes Rivera on Unsplash

This post has the following structure:

  • Introduction
  • Why lists are cool and also uncool

--

--

I explore the wonderful world of software engineering. I write guides, informative articles and silly projects ;) — Keep learning!