Syntax, Runtime and Logical Errors in Python

The 3 different types of programming errors you encounter when programming.
Resources available at - learnlearn.uk/gcsecs/syntax-ru...

Пікірлер: 43

  • @59xthepain87
    @59xthepain874 жыл бұрын

    syntax error- 0:18 runtime error- 2:30 logical error- 5:55 :)

  • @dimuthupraboda4866

    @dimuthupraboda4866

    2 жыл бұрын

    thams pen.

  • @BobJohn-qx8cm

    @BobJohn-qx8cm

    Жыл бұрын

    ty but the vid is pretty short so ill just watch it all 😅

  • @squigglyunicorn7777
    @squigglyunicorn77774 жыл бұрын

    Thank you, very helpful for young and/or inexperienced programmers.

  • @learnlearnscratch

    @learnlearnscratch

    4 жыл бұрын

    Glad you like it!

  • @THEMilkSHAIKH
    @THEMilkSHAIKH4 жыл бұрын

    Good to the point explanation with examples. I have similar problems on my Final Exam.

  • @unholymosque
    @unholymosque8 ай бұрын

    This was very helpful for my introduction to computing exam. Thanks

  • @user-zu4ft8yw9e
    @user-zu4ft8yw9e3 ай бұрын

    There are three main types of errors in Python: syntax errors, runtime/exception errors, and logical errors. Syntax errors occur during code writing and can be identified by the Python interpreter. Runtime errors, also known as exceptions, occur during program execution due to unexpected conditions. Logical errors affect the program's logic and can lead to unpredictable results. Problem-solving involves debugging syntax errors during coding, handling runtime errors by understanding exceptions, and fixing logical errors by reviewing the program's logic.

  • @ankitasingh9795
    @ankitasingh97953 жыл бұрын

    This video has really helped me clearing my doubts..thanks 😊

  • @learnlearnscratch

    @learnlearnscratch

    3 жыл бұрын

    Thank you, I'm glad you like it! If have any requests for videos let me know 🙂

  • @VJ-yk9dk
    @VJ-yk9dk4 жыл бұрын

    Great explanation ❤👌

  • @BookofYAH777
    @BookofYAH7773 жыл бұрын

    you made a syntax error at 3:03 when you wrote "Theres are"

  • @angelabeckman9203
    @angelabeckman92033 ай бұрын

    Man, that's tragic about the Mars orbiter! Anyway, thanks for the info it was helpful.

  • @highestonthemoon417
    @highestonthemoon4172 жыл бұрын

    thank you!

  • @nitinvadel849
    @nitinvadel8494 жыл бұрын

    Thankyu sir

  • @mohammadraza2491
    @mohammadraza249118 күн бұрын

    Thank You

  • @bryan4592
    @bryan45922 жыл бұрын

    Amazing amazing amazing 👌

  • @ahsaninam2130
    @ahsaninam21303 жыл бұрын

    thanks so much

  • @janelsamuels8411
    @janelsamuels84113 жыл бұрын

    Ty

  • @VinaySharma-eg7di
    @VinaySharma-eg7di2 жыл бұрын

    Beautiful;

  • @destined0645
    @destined06454 жыл бұрын

    why do we use parenthesis in python

  • @nayefhaque7401
    @nayefhaque74014 жыл бұрын

    Process " program 1" is running. Program 1 is not allowed to run in parallel. Would you like to stop the running the running one? Every time when i try to run a code this problem occurs, how can i solve this problem? Please someone help

  • @pilyotuts
    @pilyotuts3 жыл бұрын

    hello, can you help me?? cuz i dont have too much background in coding i tried to code and it put except RuntimeError as e: but i get an syntaxerror: invald syntax at that line

  • @user-pc8gk7tq2y
    @user-pc8gk7tq2y Жыл бұрын

    Can any one tell me why in age he put age=int() and in the temp. He put it like temp.=int(input( What is the difference

  • @learnlearnscratch

    @learnlearnscratch

    Жыл бұрын

    When you use input() it returns a string . E.g "4" , which isn't a number to the computer. You need to cast it(convert it) as an integer so it becomes 4 instead of "4" (notice the lack of speech marks)

  • @user-pc8gk7tq2y

    @user-pc8gk7tq2y

    Жыл бұрын

    @@learnlearnscratch thanks i understand it then no difference between them i can use the two ways but i feel confused about len() why we use it I'm totally beginner and didn't understand it

  • @DKAl-vc1rm
    @DKAl-vc1rm4 жыл бұрын

    In python naming the print function wrong (i.e. prnt) is actually a NameError, which is a kind of a run time error and not a syntax error.

  • @dimuthupraboda4866
    @dimuthupraboda48662 жыл бұрын

    thams

  • @pravallikavicharapu1874
    @pravallikavicharapu18743 жыл бұрын

    1+2++3+4+5 which type of error is this???

  • @BookofYAH777

    @BookofYAH777

    3 жыл бұрын

    syntax

  • @ScienceCodeCreations
    @ScienceCodeCreations4 жыл бұрын

    Press F to pay respects for Ariane 5 and Mars Climate Orbiter.

  • @michaelcarcarsies4190
    @michaelcarcarsies41904 жыл бұрын

    “Noobs”