Zip - Intermediate Python Programming p.8

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=bMxEU0iG-KA



Duration: 7:23
42,239 views
733


Welcome to part 8 of the intermediate Python programming tutorial series. In this part, we're going to talk about the built-in function: zip (https://docs.python.org/3/library/functions.html#zip)

The zip function iterates through multiple iterables, and aggregates them. Consider you have two lists, and you instead want them to be one list, where elements from the shared index are together. While simple, there are a few important notes to make when working with it!

https://pythonprogramming.net
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex







Tags:
zip
python
python 3
tutorial
intermediate
introduction
programming