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

32. Python: Zip Function

8 months ago
146

The zip() function returns a zip object, which is an iterator of tuples where the first item in each passed iterator is paired together, and then the second item in each passed iterator are paired together etc.

If the passed iterables have different lengths, the iterable with the least items decides the length of the new iterator.

Loading 1 comment...