1
49. Pandas Tutorial (3)
4:26
2
48. Pandas Tutorial (2)
3:59
3
47. Pandas Tutorial (1)
8:24
4
45. Numpy Official Site Visit
2:19
5
1. Set Up Environment Google Colab
6:09
6
2. Python: Data Type and Variable, Keywords
10:20
7
3. Python: How to take input
3:37
5. Python: Introduction to List, Tuple, Dictionary, Set.
3:04
10
6. Python: String Operations
7:52
11
7. Python: Operators in details
8:02
12
8. Python: List Operations in details
9:35
13
9. Python: Tuple Operations in details
6:02
14
10. Python: Set Operations in details
3:36
15
11. Python: Dictionary Operations in details
3:27
16
12. Python: Data Type Conversion
11:00
17
13. Indentation in Python
6:11
18
14. Python: Random Number, Range Function
7:09
19
15. Python: Sequential, Selection & Repetition -for, while, break, continue, if-elif else
11:10
20
16. Python: Math Library
4:02
21
17. Python: Datetime and Calendar Module
5:08
22
18. Python: Create, Edit, Write, Read Text File
3:17
23
19. Python: Exception Handling
8:13
24
20. Python: Collection Module
9:40
25
21. Python: Regular Expression (RegEx)
4:39
26
22. Python: List Comprehension, Frozensets and Assertion
8:41
27
23. Python CSV file Operations
7:06
28
24. Python: User-defined functions and Inbuilt functions
6:36
29
25. Python: iterator
5:15
30
26. Python: Generator and decorators.
9:08
31
27. Python: Global and local Variables in Functions.
2:38
32
28. Python Logging Module
2:44
33
29. Python: Lambda, Map, Filter and Reduce Function.
8:29
34
30. Python Queue
4:18
35
31. Python: isinstance, Use of format, Timeit, round, Slice and abs
6:44
36
32. Python: Zip Function
2:19
37
33. Python: eval(),exec(),repr() function
4:45
38
34. Python: Switch Case
2:41
39
36. Python: Object Oriented Programming (OOP)
6:05
40
37. Python Crash Course
38:25
41
38. Python: NumPy Library Tutorial (1)
34:33
42
39. Python: NumPy Library Tutorial (2)
11:22
43
40. Python: NumPy Library Tutorial (3)
13:44
44
41. Python: NumPy Library Tutorial (4)
7:41
45
42. Python: NumPy Library Tutorial (5)
4:34
46
43. Python: NumPy Library Tutorial (6)
2:44
47
44. Python: NumPy Library Tutorial (7)
3:08

5. Python: Introduction to List, Tuple, Dictionary, Set.

10 months ago
172

A list is an ordered, mutable collection of elements. A tuple is an ordered, immutable collection of elements. A set is an unordered collection of unique elements. A dictionary is an unordered collection of key-value pairs.

Loading comments...