Python's zip() Function for Parallel Iteration

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 36

  • @semrana1986
    @semrana1986 4 ปีที่แล้ว +6

    one of the best explanations on this topic...

  • @OberynPinkViper
    @OberynPinkViper 3 ปีที่แล้ว +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 ปีที่แล้ว

    Thanks, it was a really good explanation

  • @domillima
    @domillima ปีที่แล้ว

    fantastic video, thank you. followed!

  • @islamalmsarrhad2152
    @islamalmsarrhad2152 2 ปีที่แล้ว

    what a great explanation

  • @azzedinebekkar2813
    @azzedinebekkar2813 2 ปีที่แล้ว

    It's very clear, thank you

  • @longcl83
    @longcl83 ปีที่แล้ว

    New sub here! Thank you for your video!

  • @Giorgi_Kordzaia
    @Giorgi_Kordzaia ปีที่แล้ว

    Thanks, it helped me a lot!!

  • @atulyab4517
    @atulyab4517 3 หลายเดือนก่อน

    great explanation

  • @abdusamadabdullakhanov518
    @abdusamadabdullakhanov518 2 ปีที่แล้ว

    Great job, bro, that was usefull! For real!!

  • @rifathasan6017
    @rifathasan6017 3 ปีที่แล้ว

    Are dictionaries iterable?

  • @개발자연이
    @개발자연이 4 ปีที่แล้ว

    can i set fill value for each input iterable object?

  • @joaopedrodonasolo680
    @joaopedrodonasolo680 4 ปีที่แล้ว +1

    Very useful, thank you

  • @SL2797
    @SL2797 4 ปีที่แล้ว

    Excellent explanation 👍

  • @neiltcox
    @neiltcox 3 ปีที่แล้ว

    10/10 explanation

  • @RaadLearn
    @RaadLearn 5 หลายเดือนก่อน

    Thanks you man!

  • @peakstar3943
    @peakstar3943 4 ปีที่แล้ว

    Nice video 👌.
    Please make more videos like this

  • @tochimclaren
    @tochimclaren 4 ปีที่แล้ว

    Great tutorial, what if I want to get the third or second element of the first tuple.

    • @lawrencedunbar7574
      @lawrencedunbar7574 4 ปีที่แล้ว +2

      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]

  • @dagnijaverbicka837
    @dagnijaverbicka837 2 ปีที่แล้ว

    Thank you!!!!

  • @jvsnyc
    @jvsnyc 3 ปีที่แล้ว

    Excellent!!

  • @noname-zj6qg
    @noname-zj6qg 4 ปีที่แล้ว +1

    Where and when we use this?

  • @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 ปีที่แล้ว +1

      None wouldn't be a valid argument I guess, since it's not an iterator.

    • @suyashsngh250
      @suyashsngh250 3 ปีที่แล้ว +1

      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]

  • @tomoetoms9494
    @tomoetoms9494 2 ปีที่แล้ว

    thank you

  • @ericvenom
    @ericvenom 3 ปีที่แล้ว

    TYSM

  • @ryanbayliss7187
    @ryanbayliss7187 2 ปีที่แล้ว

    4:10

  • @yashmal1k
    @yashmal1k 4 ปีที่แล้ว +3

    you should buy a keyboard with an END key on it. 😁
    Nice explanation though.

  • @ywbc1217
    @ywbc1217 ปีที่แล้ว

    automatic SUBTITLES !!!!!!!!!!!!
    automatic captions
    turn on them !!!!!!!!!!!!!!!!

  • @Karenshow
    @Karenshow 2 ปีที่แล้ว

    now in English? hahaha