filmov
tv
Python Tuple and Named Tuple
![preview_player](https://i.ytimg.com/vi/1hChn_jOlqI/maxresdefault.jpg)
Показать описание
Contents :
00:00 Start
01:01 tuple() constructor
01:39 tuple object with elements
02:56 Construct tuple from iterator / generator function
03:51 tuple object with different data types
04:15 tuple Indexing
05:53 slicing
08:25 unpacking tuple object
09:34 unpacking selected values
12:11 Iterating elements
14:28 reversed()
14:48 Iterating using index
15:30 enumerate()
18:02 zip()
22:31 tuple object functions
23:00 index()
24:22 count()
24:57 len()
25:16 Builtin functions
26:19 sorted()
27:06 any()
27:46 all()
28:09 membership operators
29:03 concatination operator : +
29:48 mutiplication operator : *
31:12 tuple with immutable data types only
34:23 tuple with mutable data types
37:00 equality operators : ==, !=
37:44 identity operator : is
38:29 comparision operators
39:22 namedtuple
39:47 namedtuple() constructor
47:24 Accessing named elements
48:44 tuple of namedtuple objects
49:43 Attributes of namedtuple
51:10 Functions of namedtuple
51:21 _make()
52:34 _asdict()
53:14 _replace()
54:47 sorting namedtuple objects