Learn Python EXCEPTION HANDLING in 5 minutes! 🚦

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

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

  • @BroCodez
    @BroCodez  2 месяца назад +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 2 месяца назад +1

    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!

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

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

  • @fafa26_
    @fafa26_ 12 дней назад

    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.

  • @olivergrim7634
    @olivergrim7634 2 месяца назад +1

    THE FINALLY BLOCK RUNS. NO. MATTER. WHAT.

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

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

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

    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?

  • @deepak.mdr_07
    @deepak.mdr_07 2 месяца назад +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 ?
    ✨️💜

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

    Nice video. Your video is very knowledgeable.

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

    Very helpful video sir. Please can you teach next Typescript

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

    Hi do you plan on doing Express & Node tutorials?

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

    rust please

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

    Bro can u take tailwind up next

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

    Any response from Microsoft!!

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

    Good video

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

    gotta comment for the algo!!

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

    Make a tutorial on flutter

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

    He is Chad nice teaching

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

    how can i contact bro code

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

    Random

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

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

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

      i am the second

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

    I am your first commenter pls pin me!