6 Practical Consequences of Set Theory in Pythonby@algoryst
117 reads

6 Practical Consequences of Set Theory in Python

by Nadim Jendoubi3mApril 25th, 2023
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Python has had sets for a while, but they aren't used as much as lists. A basic use case is removing duplication. There are two types of sets in Python: mutable **set** Type and immutable sibling**frozenset** Type. Set elements must be hashable to enforce uniqueness.

People Mentioned

Mention Thumbnail
featured image - 6 Practical Consequences of Set Theory in Python
Nadim Jendoubi HackerNoon profile picture
Nadim Jendoubi

Nadim Jendoubi

@algoryst

A Fullstack Software Engineer who loves to read Fat Tech Books and share their Key Notes

STORY’S CREDIBILITY

Original Reporting

Original Reporting

This story contains new, firsthand information uncovered by the writer.

L O A D I N G
. . . comments & more!

About Author

Nadim Jendoubi HackerNoon profile picture
Nadim Jendoubi@algoryst
A Fullstack Software Engineer who loves to read Fat Tech Books and share their Key Notes

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here