Это видео недоступно.
Сожалеем об этом.

What is The Walrus Operator in Python?

Поделиться
HTML-код
  • Опубликовано: 14 авг 2024
  • Today we learn what the Python Walrus operator is and when it should be used.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
    Timestamps:
    (0:00) Intro
    (0:22) What is The Walrus Operator?
    (3:53) Use Case 1 - Menus
    (7:38) Use Case 2 - List Comprehensions
    (12:12) Outro

Комментарии • 54

  • @joselara7851
    @joselara7851 2 года назад +7

    The example with list comprehension was nice, I always wondered if this was possible without calling the same function twice, I will use it for sure

  • @hwzzegwggs8029
    @hwzzegwggs8029 2 года назад +28

    Nice I didn't even knew this one exists lol

  • @GiveMeTheTacos
    @GiveMeTheTacos 2 года назад +4

    I saw the walrus operator in the wild a few weeks ago and I couldn't find a decent explanation of its purpose in Python. I was pretty pumped when I saw this video pop up in my feed.

  • @salarghaffarian4914
    @salarghaffarian4914 9 месяцев назад

    Thanks for the great content!

  • @xzex2609
    @xzex2609 Год назад

    in the first example if you did not use () between the walrus and the non equality operator then the lower priority of the walrus operator would cause a problem.
    you can not use command := input() != 'q' ; unless (command := input) != 'q'

  • @bob_pm
    @bob_pm 2 года назад

    Bro your examples was awesome! thanks

  • @adityapal7764
    @adityapal7764 2 года назад +3

    I've been using it for quite some time. This actually makes doing certain tasks easy.

  • @MANOJ-fz4ku
    @MANOJ-fz4ku 2 года назад +2

    Sir make a video on Google map clone from python.

  • @chadgregory9037
    @chadgregory9037 2 года назад

    Is this potentially something that a compiler could "figure out" at run time, and "optimize" what actually gets run toward the more efficient method of doing it?
    Idk the formal words to use, I just know I've seen comparisons between python and C, and shown that certain things written in python that might look "not optimal" is actually interpreted by the compiler at run time and "figured out" and "made" more efficient by using the "actual" best method that should/could have been used

  • @zacky7862
    @zacky7862 2 года назад +2

    Wow this is very helpful specially for while loop. Thank you so much

  • @stepan_chous
    @stepan_chous 2 года назад +1

    As for the last example, doesn’t Python interpreter optimise it automatically? As far as i know in C if you call function with the same argument for a few times its result is kept in memory. This optimisation is made by compiler

    • @obed818
      @obed818 2 года назад

      You are actually right, even though i dont get why when i try simple code it id about always faster with walrus, but i think C only store hashable value although im not 100% sure

  • @mr.beelzebub888
    @mr.beelzebub888 2 года назад

    Always teaching new stuff thanks Man

  • @education.online_frevryone
    @education.online_frevryone Год назад

    Easy to understand

  • @anonlegion9096
    @anonlegion9096 2 года назад

    also known as an assignment expression, amazing stuff

  • @larsbro
    @larsbro 2 года назад

    Amazing!

  • @thunderskull258
    @thunderskull258 2 года назад

    Good video 📸 👍

  • @decoder6878
    @decoder6878 2 года назад +1

    Awesome tutorial
    I have seen some code with colon in the function.
    def my_func(int : something):
    pass
    If possible please make a video on what this is and how it works.
    Thanks

    • @goldenaxe2924
      @goldenaxe2924 2 года назад +3

      its called type-hinting, meant to show the person using the function what type should be passed in

    • @decoder6878
      @decoder6878 2 года назад +3

      @@goldenaxe2924Thank you.
      I'll look up for more info on type hinting.😊

  • @RecursiveTriforce
    @RecursiveTriforce 2 года назад +1

    The most unknown is
    A @ B

  • @mbox1510
    @mbox1510 2 года назад +2

    Another interesting use case might be if you do list comprehension in combination with slow rest requests for example.

  • @dariuszspiewak5624
    @dariuszspiewak5624 Год назад

    There are many more good uses for the walrus operator. Some of the uses can be found in James Powell's vids...

  • @nemoumbra0
    @nemoumbra0 2 года назад

    So this is basically a simple C++ assignment opeator, right?

  • @BanHelsing
    @BanHelsing 2 года назад +2

    i remember reading about this when they added it and not understanding anything

    • @NeuralNine
      @NeuralNine  2 года назад +1

      Now you understand it hopefully! ^^

  • @xtrangernowroljunkghipwate659
    @xtrangernowroljunkghipwate659 Год назад +1

    You look like "TechWithTeam" channel but older 😹

  • @thepaulcraft957
    @thepaulcraft957 2 года назад +1

    I think its a nice Idea to know, but its the opposite of a pure "function" in the context of functional programming.

  • @rasimatics
    @rasimatics 2 года назад

    Good Job!

  • @mrmuranga
    @mrmuranga 2 года назад +1

    would prefer readability for future sanity purposes..
    good tutorial though..tks

  • @Bsoul_music
    @Bsoul_music 2 года назад

    Why are your other videos which are very important to us are not clear as this one?

  • @flexrhyme4155
    @flexrhyme4155 2 года назад

    Yo I just downloaded python 3.10.0 and I don't have any of the things you have. Like the side bar and the top bar. Is there something i need to set up to get those? I only have the black command console.

  • @henryash413
    @henryash413 2 года назад

    Epic

  • @programminghero432
    @programminghero432 2 года назад

    hello sir I want to create a ml+ai bot that operates a small machine to operate that machine it will learn from the videos ,but the problem is that how should I make it learn from the videos

    • @anonlegion9096
      @anonlegion9096 2 года назад +1

      lol thats not how machine learning works

    • @programminghero432
      @programminghero432 2 года назад

      @@anonlegion9096 bro long ago internet was not expected to create a suitable means of communication but still we got a breakthrough so I hope there will be a way to get it done

    • @anonlegion9096
      @anonlegion9096 2 года назад

      @@programminghero432 What?? Can you even tell me what kind of machine learning model your brilliant idea would be? Classification? Regression? What?

    • @programminghero432
      @programminghero432 2 года назад

      @@anonlegion9096 I dont know that's why I am asking to get some clues

  • @tincho15neem
    @tincho15neem 2 года назад

    The problem is that lines tends to get too long.

  • @thomasgoodwin2648
    @thomasgoodwin2648 2 года назад

    Guido von Rossum quit his gig as THE Python guy over the walrus operator. Not so much the operator itself as much as the bitter fighting that erupted over it's inclusion.
    Part of the argument was that if == vs = could cause problems, imagine what kind of trouble you could get in with accidental assignments when you really just wanted a boolean result.
    There were many in the community that felt non explicit assignments were as evil as the reviled 'Goto'.
    Sorry I had to use language like that here, but sometimes just have to man up and know there were in the past forms of code worse than Stalin, Mao, and Hitler combined.
    Funny thing is, the same peeps that loved goto hated recursion. Having a subroutine call itself was considered extremely naughty back in the day.

    • @Neuroszima
      @Neuroszima 2 года назад

      really hard to belive, as for example, quicksort being a 1959 sorting algorithm, is based on recursion

    • @thomasgoodwin2648
      @thomasgoodwin2648 2 года назад

      @@Neuroszima Yes, it is hard to believe. But it is true. The old line was : it's good for solving Towers of Hanoi and that's IT!
      Don't ever do this, Bad, Bad, Bad!
      Since then it has become an entire paradigm.
      Funny thing is, personally, I hate functional programming.

  • @adheesh2secondsago630
    @adheesh2secondsago630 2 года назад

    Luckily I knew abt that one.

  • @Zitronbtw
    @Zitronbtw 2 года назад

    TIL the Walrus Operator is called the Walrus Operator because it looks like a Walrus. Literally had no idea what it's purpose was until this video.

  • @Neuroszima
    @Neuroszima 2 года назад

    don't tell me this is something that very little people know about, i have waited for this operator to be added in one of the languages since i programmed in Pascal!

  • @ihateorangecat
    @ihateorangecat 2 года назад

    glad i knew this last two weeks ago.

    • @adheesh2secondsago630
      @adheesh2secondsago630 2 года назад

      Why, you had an interview "last two weeks" ago? Just kidding lol

  • @rodrigomartin5543
    @rodrigomartin5543 2 года назад

    are u lil supa?