Python zip function 🤐

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

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

  • @BroCodez
    @BroCodez  3 ปีที่แล้ว +12

    tldr
    # zip(*iterables) = aggregate elements from two or more iterables (list, tuples, sets, etc.)
    # creates a zip object with paired elements stored in tuples for each element
    usernames = ["Dude", "Bro", "Mister"]
    passwords = ("p@ssword", "abc123", "guest")
    login_dates = ["1/1/2021","1/2/2021","1/3/2021"]
    # --------------------------------------
    users = list(zip(usernames,passwords))
    for i in users:
    print(i)
    # --------------------------------------
    users = dict(zip(usernames,passwords))
    for key,value in users.items():
    print(key+" : "+value)
    # --------------------------------------
    users = zip(usernames,passwords,login_dates)
    for i in users:
    print(i)
    # --------------------------------------

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

    👍

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

    I hope youtube algorithm will listen to my prayers, another great tutorial thx !!!

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

    Zip() function is really cool - but hard one to grasp.

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

    i haven´t watched this video yet, but thank you for all the others and this upcoming as well❤

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

    Some very sECure pAsswOrds-

  • @rubenc4696
    @rubenc4696 7 หลายเดือนก่อน

    always start my day booting up vscode and watching your videos to study

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

    Make a combined full python tutorial. It will help.

  • @LEAP05-wl6ei
    @LEAP05-wl6ei 7 หลายเดือนก่อน

    Really cool function

  • @AIFutureCast555
    @AIFutureCast555 11 หลายเดือนก่อน

    Exactly three years ago this video was published and I am watching it now.

  • @khalidahmedibrahim4351
    @khalidahmedibrahim4351 3 ปีที่แล้ว +2

    You are like stack overflow but in youtube

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

    Thank you bro! 🙏

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

    good video i will now proceed to make a neural network with this new gained information

  • @beingzero7541
    @beingzero7541 2 ปีที่แล้ว +1

    Wow!

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

    ok, ty

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

    شكرا جزيلا

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

    ty

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

    Thank you!

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

    thx 4 vid bro !

  • @cristiucvladimir7909
    @cristiucvladimir7909 7 หลายเดือนก่อน

    Thanks Bro Code!

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

    thanks :)

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

    meow~!😽

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

    tHANK YOU BRO!

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

    best channel ever

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

    Bro is great