Sets in Python (Summary)
Sets in Python
James Uejio
03:11
Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.
rgusaas on March 21, 2020
I guess I would like a real world example of the use of sets in action. I imagine they could be useful in building sets for visualization purposes where one is attempting to illustrate items in common or not. James did a good job on explaining the mechanics of their use, but I am not getting any real world application to come to mind.
James Uejio RP Team on April 11, 2020
In my experience they are used mostly to check membership and to take advantage of unions and joins. They also are useful in interview questions. I can imagine they’d be useful for visualizing venn diagrams too.
Ben Nduwuba on July 9, 2020
Thanks James for the easy the follow course.
Become a Member to join the conversation.

Thomas on Feb. 6, 2020
Very enlightening, thank you.