Python

Sets – Python Like a Pro #5

Today we learn about the set, an indispensable data type in Python’s object-oriented landscape. Sets are a means of storing data (any other type of object, except another set). They are unordered and their elements are unique. Their claim to fame, however, is that they are hashable, which means lookup and remove operations can be done in constant time (immediately), which makes them useful for toms of applications.

Check out my book, “Building Smart LEGO MINDSTORMS EV3 Robots,” available on Amazon: https://amzn.to/2MyGVCl

My Patreon supporters for more than $5 for the month of July were: Louson and Jeffrey Jahja. Thank you very much!

My supporters on Patreon contribute additional funding that allow me to build up and improve this channel and to make more videos. If you would like to help, you can support me here: https://www.patreon.com/builderdude35

Special thanks to my friend Preston Nichols for designing Builderdude35’s introduction and logo!