Learn Python EXCEPTION HANDLING in 5 minutes! 🚦

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

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

  • @BroCodez
    @BroCodez  4 месяца назад +2

    # exception = An event that interrupts the flow of a program
    # (ZeroDivisionError, TypeError, ValueError)
    # 1.try, 2.except, 3.finally
    try:
    number = int(input("Enter a number: "))
    print(1 / number)
    except ZeroDivisionError:
    print("You can't divide by zero IDIOT!")
    except ValueError:
    print("Enter only numbers please!")
    except Exception:
    print("Something went wrong!")
    finally:
    print("Do some cleanup here")

  • @felix5740g
    @felix5740g 4 месяца назад +2

    Hey man, just recently discovered your videos and the quality is insane. The way you explain things really sets you apart from other videos in the coding tutorial space.
    Would love to see a video covering git since i really want to use it but as soon as something goes wrong (so exactly where git should help you) i dont understand it anymore xD
    keep up the great work!

  • @paladin_of_blue
    @paladin_of_blue Месяц назад

    Just what I needed Bro, simple and sensible

  • @olivergrim7634
    @olivergrim7634 4 месяца назад +5

    THE FINALLY BLOCK RUNS. NO. MATTER. WHAT.

  • @aliyaperetch8016
    @aliyaperetch8016 4 месяца назад +1

    A true Chad, we all love and thank you for you effort!!!!!

  • @fafa26_
    @fafa26_ 2 месяца назад

    Great and simple video. I think you could just add "as e" after the global Exception to print "e" and give more details in case the error is catched in this last except-block. It may not be a good advice in some cases but when I write some scripts, I like to do it to be able to properly handle more problems.

  • @leonaise7546
    @leonaise7546 4 месяца назад

    Can you do a DSA series for Python please? Your tutorials are always straight to the meat with no fluff.
    Or is that already done?

  • @Plotwist320
    @Plotwist320 8 дней назад

    Great video

  • @veereshmtl5683
    @veereshmtl5683 4 месяца назад

    Finally I am clear this concept. Thanks Bro for this video🎉

  • @zepredos7743
    @zepredos7743 4 месяца назад

    Hi do you plan on doing Express & Node tutorials?

  • @ahmetunaldi7601
    @ahmetunaldi7601 14 дней назад

    Bro is great..

  • @studywithshireen
    @studywithshireen 4 месяца назад

    Very helpful video sir. Please can you teach next Typescript

  • @Naveenika
    @Naveenika 4 месяца назад

    Nice video. Your video is very knowledgeable.

  • @NandishgowdaM.p
    @NandishgowdaM.p 4 месяца назад

    Bro can u take tailwind up next

  • @qayyumlarbi9652
    @qayyumlarbi9652 4 месяца назад

    Make a tutorial on flutter

  • @NashIvan19
    @NashIvan19 3 месяца назад

    Any response from Microsoft!!

  • @user-vz5ns2ey2o
    @user-vz5ns2ey2o 4 месяца назад

    Good video

  • @deepak.mdr_07
    @deepak.mdr_07 4 месяца назад +2

    Brother you know c,c++,java,python
    You have all the skills that people dream of
    So I had a question that do work at a company for living or what do you do for living ?
    ✨️💜

  • @cdkw2
    @cdkw2 4 месяца назад

    gotta comment for the algo!!

  • @Becongamplays
    @Becongamplays 4 месяца назад

    He is Chad nice teaching

  • @tokkimearchive
    @tokkimearchive 4 месяца назад +1

    rust please

  • @BeanBagGaming59
    @BeanBagGaming59 4 месяца назад

    how can i contact bro code

  • @Becongamplays
    @Becongamplays 4 месяца назад

    Random

  • @BunrithViwatthanak
    @BunrithViwatthanak 4 месяца назад +1

    I am your first commenter! Pls Pin Me!!!

    • @4bdslm
      @4bdslm 4 месяца назад +3

      i am the second

  • @BunrithViwatthanak
    @BunrithViwatthanak 4 месяца назад

    I am your first commenter pls pin me!