Beginners Introduction to Python List Comprehensions (TUTORIAL)

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

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

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

    I have been banging my head against the wall with List Comprehensions and I really appreciate the way you broke it down. Of all the things I've read and watched, this is what made it click. Thank you so very much!

  • @DJ-ct6so
    @DJ-ct6so 10 месяцев назад +4

    9:25 - C'mon, admit it Brendan, that was deliberate, the i and e keys are nowhere near each other LOL. Anyway, it was a very sexy tutorial. GREAT work as always. It's December 2023 as I write so I'd like to wish you and yours a wonderful holiday and very happy and prosperous 2024. And please take care and stay safe.

    • @Matheus-mr4tl
      @Matheus-mr4tl 9 месяцев назад

      Bro, I had to pause the video because I was dying 😂😂😂😂😂😂

  • @mackensonreginaldmichel399
    @mackensonreginaldmichel399 11 месяцев назад +3

    The most explanatory tutorial on List Comprehension

  • @kitten_processing_inc4415
    @kitten_processing_inc4415 10 месяцев назад +3

    Nice job sir! Clarity and quality much appreciated. You deserve more subs!

  • @ARYAN-hk5qe
    @ARYAN-hk5qe 2 года назад +1

    I am trying to learn python for over 2 weeks and i was not able to understand it clearly. After a long research i found this channel. Great tutorials sir!!!!
    Salute👍

  • @ranjanadissanayaka5390
    @ranjanadissanayaka5390 Год назад +2

    absolutley beautiful explanations.... I love that you are teaching topics other beginer tutorials don't cover. This is so awsome. Thanks you so much, Sir.😀

  • @Matheus-mr4tl
    @Matheus-mr4tl 9 месяцев назад +3

    9:25 LOL 😂😂😂😂

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

    Your lucid explanations make learning Python fun. Thank you!

  • @poojarajashekar
    @poojarajashekar 8 месяцев назад +1

    Amaaaaaazing explanation! :) Thanks

  • @azlanikram9393
    @azlanikram9393 8 месяцев назад +1

    amazing work... a very detailed tutorial indeed.

  • @KarmaTrain737
    @KarmaTrain737 3 года назад +1

    Thank you for the clear and simple explanations! You're helping to make learning Python more enjoyable. Will look at your other videos.

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

    I love you man. Signed, C++ developer.

    • @easydatascience2508
      @easydatascience2508 Год назад +2

      See mine also. Hope the playlists for Python and R will be helpful. All the source files can be found in the description of the video, by the way.

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

    As they say... "I take my hat off to you", I hope to learn many things with you, thanks and regards, teacher
    We could say that you are making "lambda expressions", shortening the for in this way, because I am flabbergasted
    Understand what I mean about lambda expressions, "drastically shorten the code, to make it more readable"

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

    That's reall great. Thank you, Brendan!

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

    just watched the whole series. really helpful and clear! thanks!

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

    this is really usefull in web scraping tnx

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

    I know this is old and I am not sure if you are still making videos but this was exactly what I was looking for and I really appreciate the in depth explanation for list comprehension. Many thanks.

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

    Thanks for this series man! Just something to maybe annotate, 5:32 you said dictionary comprehension == square brackets, but you meant list

  • @shimaasamir2004
    @shimaasamir2004 6 месяцев назад

    Super super helpful! Thank you and keep up the good work!

  • @blessvillahermosa9401
    @blessvillahermosa9401 9 месяцев назад +1

    THANK YOU!

  • @shimaasamir2004
    @shimaasamir2004 6 месяцев назад +1

    Can you make a video explaining files, modules, and dictionaries in Python? Thank you!

  • @filled2150
    @filled2150 4 года назад +1

    Hey you are a very good explainer
    Please keep going

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

    it's a good video. deserve more views.

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

    excellent teaching brother

  • @abdiellara7816
    @abdiellara7816 Год назад +2

    Times what 👉🏼👌🏼👀

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

    Thanks!!!

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

    THANK YOU FOR THISSSS!!! 🤩

  • @diegoderueda6169
    @diegoderueda6169 3 года назад +1

    This is great!

  • @jell._.y
    @jell._.y 6 месяцев назад +1

    nice

  • @sreenuvasulureddy1548
    @sreenuvasulureddy1548 8 месяцев назад +1

    Sir,I'm unable to find your course in udemy

  • @TheLichOmoi
    @TheLichOmoi 7 месяцев назад +1

    This was 𝐠𝐫𝐞𝐚𝐚𝐚𝐚𝐚𝐭

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

    Superb 👌👌👌

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

    I couldn't find you in Udemy

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

    والله انت مبدع تحياتي

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

    ابداع

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

    why print("result", results) but not just print(results)

  • @memegalore257
    @memegalore257 4 года назад +1

    Keep up Man :)

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

    Wouldn't it be much simpler to just do new_nums = 2*nums instead of this list comprehension thing? Same for the string example with new_strings = strings.upper()

    • @landchannel7688
      @landchannel7688 11 месяцев назад

      True, but it won't work if you need to use something like if statements

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

    super

  • @OldOneX
    @OldOneX 3 года назад

    ألف شكر الله يحفظك