Python Sets and Methods

preview_player
Показать описание
Python sets are sequential data structure which can be defined as collection of unordered and distinct elements. I have discussed how the sets are created, similarities and difference in respect to List, Tuple and Set and 7 out of 17 associated methods.

Timeline
00:00 Intro
00:21 Set Definition
01:35 Single Element Set
02:05 Empty Set or Set without any element
03:39 Set characteristics
05:52 Similarities & Differences amongst List, Tuple and Set
06:07 Similarities amongst List, Tuple and Set
06:45 Differences among List, Tuple and Set
08:15 Set Methods
08:28 Add method
09:08 Copy method
09:58 Discard method
11:00 Pop method
12:05 Remove
12:42 Difference between Discard and Remove method
13:03 Update method
14:07 Difference between Union and Update method
14:19 Clear method
14:43 Wrapping up

#simpleeasypython
Рекомендации по теме
visit shbcf.ru