Why *ARGS and **KWARGS are Useful in Python

Ғылым және технология

Keep exploring at brilliant.org/JohnWatsonRooney/ Get started for free, and hurry-the first 200 people get 20% off an annual premium subscription.
This video was sponsored by Brilliant
Scraper API www.scrapingbee.com/?fpr=jhnwr
Patreon: / johnwatsonrooney
Donations: www.paypal.com/donate/?hosted...
Proxies: iproyal.club/JWR50
Hosting: Digital Ocean: m.do.co/c/c7c90f161ff6
Gear I use: www.amazon.co.uk/shop/johnwat...
Disclaimer: These are affiliate links and as an Amazon Associate I earn from qualifying purchases

Пікірлер: 33

  • @JohnWatsonRooney
    @JohnWatsonRooney Жыл бұрын

    Keep exploring at brilliant.org/JohnWatsonRooney/ Get started for free, and hurry-the first 200 people get 20% off an annual premium subscription.

  • @brandone7273
    @brandone7273 Жыл бұрын

    I'm a still newish infrastructure guy, trying to automate as much network functionality as I possibly can. I don't really know any devs to pick their brain or have them expound on a topic to really cement the concept in my head. Your videos have helped me tremendously in understanding python in a way that's actionable in my environment. Thank you!

  • @JohnWatsonRooney

    @JohnWatsonRooney

    Жыл бұрын

    thank you! I'm glad to have helped out in some way

  • @oromis995
    @oromis995 Жыл бұрын

    absolute legend. I watched your web scraping video because it appeared on my feed and applies to my job, then I saw this one which was a missing piece of knowledge I had that I couldn't explain in my code. Nice job

  • @JohnWatsonRooney

    @JohnWatsonRooney

    Жыл бұрын

    Thanks that’s very kind I’m glad it helped you!

  • @gabrieljeca
    @gabrieljeca Жыл бұрын

    Wow, I finally understood those concepts! Awesome content as always, JWR!

  • @JohnWatsonRooney

    @JohnWatsonRooney

    Жыл бұрын

    Awesome! Thank you!

  • @Yeeeeeehaw
    @Yeeeeeehaw Жыл бұрын

    man, your videos are extremely useful !

  • @JohnWatsonRooney

    @JohnWatsonRooney

    Жыл бұрын

    Thanks very kind

  • @Septumsempra8818

    @Septumsempra8818

    Жыл бұрын

    Him and Python 360 have the best scraping vids on KZread right now!

  • @jjdawg9918
    @jjdawg9918 Жыл бұрын

    Great video! It also confirms my distaste of highly overloaded operators where you are guessing at the behavior. But in full disclosure I'm a lowly C programmer ;)

  • @ea3gug
    @ea3gug Жыл бұрын

    Very interesting, now I know better python. I understand that when you use kwargs, it makes difficult for the IDE (Pycharm,...) to check that you are passing a valid header/parameter to the receiving class in edition mode or "compilation mode" before running, creating issues in runtime when you use the wrong entry. Thanks for your great video!

  • @JohnWatsonRooney

    @JohnWatsonRooney

    Жыл бұрын

    thanks for watching!

  • @datavizlab
    @datavizlab Жыл бұрын

    Bro you are doing great job. Learning lot of from y ❤

  • @arthurpenndragon6434
    @arthurpenndragon6434 Жыл бұрын

    great explanation, really helpful!

  • @JohnWatsonRooney

    @JohnWatsonRooney

    Жыл бұрын

    Thanks!

  • @KrAsHeDD
    @KrAsHeDD Жыл бұрын

    Thanks so much, it helps

  • @Matt-es1wn
    @Matt-es1wn Жыл бұрын

    Dataclasses seem so amazing. I wanna start using these instead of the annoying merhods i use with pandas right now

  • @Septumsempra8818
    @Septumsempra8818 Жыл бұрын

    A lesson from MrBeast: teach us something about args/kwargs in brilliant. We can't skip the information essential to this topic. Ad Retention = $$$

  • @azhari7968
    @azhari7968 Жыл бұрын

    This is very random but, you showed up in my recommendation page and I just wanna say that you have an awesome beard I can't not look at it

  • @JohnWatsonRooney

    @JohnWatsonRooney

    Жыл бұрын

    thanks, I'm going to take that as a compliment

  • @DoggARithm
    @DoggARithm Жыл бұрын

    One of the best videos on the topic I've seen! Good explanation

  • @danielmdubois
    @danielmdubois Жыл бұрын

    This video does a good job on how, but maybe it could be better on why? I think some time could be spent explaining why you wouldn't just use a list parameter for any function (e.g.) that takes a collection, instead of *args. True, this would effectively enforce the caller performs some list comprehension on whatever is being dealt with, whether it be a tuple, multiple variables, iterable, etc... I think I know the answer -- turning something iterable into a list increases memory requirements and probably processing time from double work -- but it would be nice to be explicitly said; to explain why these syntax tricks add value to python. People coming from other languages, particularly statically typed languages, are probably more comfortable passing collections around, as it's a more straightforward concept. I feel like **kwargs is especially tricky to grok, because of the weird multi-step process of unpacking named arguments, which itself is a quirk specific to python, while then leaving a "remant" kwargs dictionary to operate on.

  • @SydwasheretheIII

    @SydwasheretheIII

    5 ай бұрын

    I’ve been trying for hours to find answers on why I’d ever use *args and **kwargs instead of passing explicit lists and dicts. Every video or forum I’ve found explains HOW *args and **kwargs work, but I understood that from the start. Still stuck on the why :(

  • @peterkim9696
    @peterkim9696 Жыл бұрын

    Please make a video how to deploy fastapi script online so other people can use my tool anywhere

  • @geekyprogrammer4831

    @geekyprogrammer4831

    Жыл бұрын

    There are already many videos on that.

  • @keagankemp6275
    @keagankemp6275 Жыл бұрын

    Sjoe 10mins to save hours of reading and frustration, great video

  • @JohnWatsonRooney

    @JohnWatsonRooney

    Жыл бұрын

    Thanks!

  • @keagankemp6275

    @keagankemp6275

    Жыл бұрын

    @@JohnWatsonRooney equally impressive is that you are a self taught developer, I’m using that as motivation when python seems impossible

  • @stewart5136
    @stewart5136 Жыл бұрын

    Another "brilliant" video from John. Pun intended 😉

  • @bryce3851
    @bryce3851Ай бұрын

    7:15 python joke of they year

  • @bakasenpaidesu
    @bakasenpaidesu Жыл бұрын

    ;)

  • @Qwasieee_P
    @Qwasieee_P Жыл бұрын

    Someday I'll be mature enough not to laugh everytime he says mydict 😖😖

Келесі