Python sets 🍴

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 61

  • @BroCodez
    @BroCodez  4 роки тому +34

    # set = collection which is unordered, unindexed. No duplicate values
    utensils = {"fork","spoon","knife"}
    dishes = {"bowl","plate","cup","knife"}
    #utensils.add("napkin")
    #utensils.remove("fork")
    #utensils.clear()
    #dishes.update(utensils)
    #dinner_table = utensils.union(dishes)
    #print(dishes.difference(utensils))
    #print(utensils.intersection(dishes))
    for x in utensils:
    print(x)

  • @ahmetunaldi7601
    @ahmetunaldi7601 2 місяці тому +1

    Bro is the greatest coder ....

  • @omar-hj8gm
    @omar-hj8gm 2 роки тому +3

    Just form your video's am starting to love coding thx a lot

  • @niklasalexanderBjerkeland
    @niklasalexanderBjerkeland Рік тому

    Great tutorial as always! Nice and clear

  • @kemann3815
    @kemann3815 2 роки тому

    Majestic

  • @Plotwist320
    @Plotwist320 2 місяці тому

    great content easy to understand.

  • @Icysh-k2e
    @Icysh-k2e 2 роки тому

    ❤❤❤

  • @bekeshjr6412
    @bekeshjr6412 2 роки тому

    Thanks to you, everything was clear. I learned set and moving to the next one!

  • @tysonstones9271
    @tysonstones9271 7 місяців тому

    beautiful explanation bro

  • @mrfox8640
    @mrfox8640 Рік тому

    you are one of the best

  • @John-ex3xc
    @John-ex3xc 2 роки тому

    Good job!

  • @kamalrawat5648
    @kamalrawat5648 4 місяці тому

    Very Help Full Thanks bro

  • @parham6676
    @parham6676 4 роки тому +1

    nice

  • @beingzero7541
    @beingzero7541 2 роки тому

    Wow!

  • @BrainPermaDeD
    @BrainPermaDeD 2 роки тому +1

    The sets in python seems similar to what we studied in math class. Anyways, thank you for the free classes. Hope you are doing well👍.

  • @asteiaellinikitv4193
    @asteiaellinikitv4193 2 роки тому

  • @kubach2897
    @kubach2897 3 роки тому

    Awesome

  • @jacobshaull6455
    @jacobshaull6455 Рік тому +1

    Say you combine dishes and utensils into a list. How would you find the unique # of only dishes in that list?

  • @MinnieCharm
    @MinnieCharm 9 місяців тому

    VERY HELPFUL

  • @manuelvaal1257
    @manuelvaal1257 3 роки тому

    loving it

  • @dawn_22
    @dawn_22 2 роки тому +1

    It was very helpful, thanks.

  • @kszoknyik
    @kszoknyik Рік тому

    thank you, great video and easy to follow!

  • @dragomircristian8588
    @dragomircristian8588 3 роки тому

    ure amazing

  • @spartanranger
    @spartanranger 3 роки тому

    Thanks for the video my Bro.

  • @reef_lk
    @reef_lk 3 роки тому

    Nice video bro

  • @FushigiMigi
    @FushigiMigi 2 роки тому

    Thanks

  • @akshitdadheech9870
    @akshitdadheech9870 6 місяців тому

    God bless you bro.

  • @ahiamatagabriel5696
    @ahiamatagabriel5696 2 роки тому

    thank you

  • @usingThaForce
    @usingThaForce 2 роки тому

    Love it bro

  • @airlanggak5391
    @airlanggak5391 3 роки тому

    GREAT VIDEO!

  • @elandavidson4171
    @elandavidson4171 3 роки тому

    Thank you for this

  • @melihhopa2684
    @melihhopa2684 2 роки тому

    NİCEEEE

  • @tarikyassa1076
    @tarikyassa1076 3 роки тому

    👍

  • @ahmetaydn4416
    @ahmetaydn4416 2 роки тому

    thx

  • @sumanshuborkar5788
    @sumanshuborkar5788 2 роки тому

    I am the thousandth guy to like , so I deserve the shoutout!!!

  • @boriskalashnikov8595
    @boriskalashnikov8595 Рік тому +1

    isnt eh {} are dictionaries and sets are (())?

  • @hailsnover6214
    @hailsnover6214 3 роки тому

    wow this seems very useful

  • @vie1z814
    @vie1z814 3 роки тому +1

    Thx Senpai

  • @Paco_3010
    @Paco_3010 11 місяців тому

    thanks bro !

  • @budderrar5751
    @budderrar5751 2 роки тому

    noice

  • @Kotik112
    @Kotik112 3 роки тому

    An odd question perhaps, but what kind of situations do you use "sets" for? Why not stick with lists? What are the use cases?

    • @Owlrrex
      @Owlrrex 2 роки тому +1

      They're also great when you _want_ the uniqueness-property. If you use a list, an operation like appending lists has to be written by you (or a framework you use) to manually account for duplicate entries. Sets do it automatically, in C = faster again.

  • @varunwind
    @varunwind 2 роки тому

    Thank you. :)

  • @oximas-oe9vf
    @oximas-oe9vf 2 роки тому

    is there any practical difference between "Ordered "and "Indexed"?

    • @unacuentafalsamas4417
      @unacuentafalsamas4417 2 роки тому

      If I am not wrong, you can look to an unordered array for example, you can get any element of the array by the index without being necessary go through each element, but is not in a proper order

  • @shanchar
    @shanchar 2 роки тому

    For the algorithm.

  • @rayeesuraj7190
    @rayeesuraj7190 Місяць тому

    You are a Pro,
    in the Python Bro .....
    🤩🤩😎😎

  • @mikoajnowakowski149
    @mikoajnowakowski149 2 роки тому

    : D

  • @ahmetunaldi7601
    @ahmetunaldi7601 2 місяці тому

    bro code is great

  • @shamaeelahmed3561
    @shamaeelahmed3561 2 роки тому +1

    Better than my paid course

  • @MoDiscovery
    @MoDiscovery Рік тому

    W Bro Code

  • @Taran_K
    @Taran_K 3 роки тому

    So the random printing only works with strings?

    • @luizcastro5246
      @luizcastro5246 2 роки тому

      it also makes string interpolate randomly between ints if you have both in a set.

  • @godswillshouseofcomedy7253
    @godswillshouseofcomedy7253 Рік тому

    Yea I did

  • @hamzaammar4356
    @hamzaammar4356 3 роки тому

    ;)

  • @pbsmoothie7281
    @pbsmoothie7281 2 роки тому

    UA-cam algorithm comment

  • @xeurek4
    @xeurek4 11 місяців тому

    bro codes

  • @rondomzneta6972
    @rondomzneta6972 Рік тому

    mnom

  • @bushragul2321
    @bushragul2321 Рік тому

    I am the first one to dislike to I deserve a shoutout

  • @naylinaung4688
    @naylinaung4688 3 роки тому

    nice

  • @StudyMan-e1n
    @StudyMan-e1n 16 днів тому

    Thanks