Python's zip() Function for Parallel Iteration

  Рет қаралды 21,562

Real Python

Real Python

Күн бұрын

Пікірлер: 36
@semrana1986
@semrana1986 4 жыл бұрын
one of the best explanations on this topic...
@OberynPinkViper
@OberynPinkViper 3 жыл бұрын
Thank you for the clear explanation and for providing an example as well, it really helped to me understand the zip function.
@MandlaNkala
@MandlaNkala 2 жыл бұрын
Thank you Dan. This is the most clear explanation of the zip function I have encountered so far.
@onemanenclave
@onemanenclave 2 жыл бұрын
Crystal clear, and I learned about the zip_longest function (which might prove useful to me in the future).
@SJOE_C
@SJOE_C 2 жыл бұрын
Thanks, it was a really good explanation
@domillima
@domillima Жыл бұрын
fantastic video, thank you. followed!
@longcl83
@longcl83 Жыл бұрын
New sub here! Thank you for your video!
@azzedinebekkar2813
@azzedinebekkar2813 2 жыл бұрын
It's very clear, thank you
@Giorgi_Kordzaia
@Giorgi_Kordzaia Жыл бұрын
Thanks, it helped me a lot!!
@islamalmsarrhad2152
@islamalmsarrhad2152 2 жыл бұрын
what a great explanation
@atulyab4517
@atulyab4517 4 ай бұрын
great explanation
@abdusamadabdullakhanov518
@abdusamadabdullakhanov518 2 жыл бұрын
Great job, bro, that was usefull! For real!!
@SL2797
@SL2797 4 жыл бұрын
Excellent explanation 👍
@peakstar3943
@peakstar3943 4 жыл бұрын
Nice video 👌. Please make more videos like this
@joaopedrodonasolo680
@joaopedrodonasolo680 4 жыл бұрын
Very useful, thank you
@RaadLearn
@RaadLearn 6 ай бұрын
Thanks you man!
@개발자연이
@개발자연이 4 жыл бұрын
can i set fill value for each input iterable object?
@rifathasan6017
@rifathasan6017 3 жыл бұрын
Are dictionaries iterable?
@tochimclaren
@tochimclaren 4 жыл бұрын
Great tutorial, what if I want to get the third or second element of the first tuple.
@lawrencedunbar7574
@lawrencedunbar7574 4 жыл бұрын
You can access them just like a list. second item of first tuple: list_name[0][1] third item of first tuple: list_name[0][2]
@neiltcox
@neiltcox 3 жыл бұрын
10/10 explanation
@dagnijaverbicka837
@dagnijaverbicka837 2 жыл бұрын
Thank you!!!!
@jvsnyc
@jvsnyc 3 жыл бұрын
Excellent!!
@pthomasgarcia
@pthomasgarcia 4 жыл бұрын
I'm not sure I understand: "uses length of the shortest input". Does that mean if an input is None, then it won't output it by default?
@simonmaracine4721
@simonmaracine4721 4 жыл бұрын
None wouldn't be a valid argument I guess, since it's not an iterator.
@suyashsngh250
@suyashsngh250 3 жыл бұрын
In the example three list was given whose length was 3,3 and 2 respectively. Colors having the shortest lenght 2, So, the returned list was having the resulting lenght 2 only. Lets say in the future you passed 4 lists in zip with length 4,3,2,1. The returned length of the tuple will be 1. To, have it the other way round you use .zip_longest
@patite3103
@patite3103 4 жыл бұрын
Thank you for the video! the code line list(zip(prices)) doesn't work for me. I get the message: "list" object is not callable.
@MFM88832
@MFM88832 Жыл бұрын
I think you're trying to access the list elements from the zip function. You need to use square brackets after that statement like he did: list(zip(prices))[0] or list(zip(prices))[0][0]
@Balasubbaiah455
@Balasubbaiah455 4 жыл бұрын
Where and when we use this?
@KrishnaManohar8021
@KrishnaManohar8021 4 жыл бұрын
+1
@ryanbayliss7187
@ryanbayliss7187 2 жыл бұрын
4:10
@yashmal1k
@yashmal1k 4 жыл бұрын
you should buy a keyboard with an END key on it. 😁 Nice explanation though.
@tomoetoms9494
@tomoetoms9494 2 жыл бұрын
thank you
@ericvenom
@ericvenom 3 жыл бұрын
TYSM
@ywbc1217
@ywbc1217 Жыл бұрын
automatic SUBTITLES !!!!!!!!!!!! automatic captions turn on them !!!!!!!!!!!!!!!!
@Karenshow
@Karenshow 2 жыл бұрын
now in English? hahaha
Best Practices for Python Main Functions
11:17
Real Python
Рет қаралды 185 М.
Zip Function - Python Tips and Tricks #11
13:59
NeuralNine
Рет қаралды 6 М.
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
«Жат бауыр» телехикаясы І 26-бөлім
52:18
Qazaqstan TV / Қазақстан Ұлттық Арнасы
Рет қаралды 434 М.
Air Sigma Girl #sigma
0:32
Jin and Hattie
Рет қаралды 45 МЛН
Python Generators
15:32
mCoding
Рет қаралды 144 М.
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 256 М.
Python *ARGS & **KWARGS are awesome! 📦
14:54
Bro Code
Рет қаралды 88 М.
Python lists remember what you did to them
10:04
mCoding
Рет қаралды 127 М.
Optional Arguments in Python With *args and **kwargs
10:44
Real Python
Рет қаралды 125 М.
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 822 М.
A simple explanation of super() in Python
15:02
Sebastiaan Mathôt
Рет қаралды 48 М.
5 Uncommon Python Features I Love
15:09
Indently
Рет қаралды 174 М.