Python standard library: Removing items from sets

Опубликовано: 15 Июль 2019
на канале: Python and Pandas with Reuven Lerner
343
18

How do you remove one or more items from a set? In this video I demonstrate three different methods: set.remove, set.pop, and set.clear.

In addition to these videos, I have an active blog and free, weekly "Better developers" mailing list; see more at https://lerner.co.il/ .

Subscribe to this channel, as I try to go through all of the Python standard library!