Types of Errors in Python Programming|Handling Errors in python|Indentation Error in Python

Types of Errors in Python Programming|Handling errors in python|Indentation error in python.
This video is part of python tutorial for beginners in hindi.In this video,i have explained about types of errors in python programming.I covered nearly all types of errors in python and how to fix wrrors in python.Remaining will see in advanced python.
queries covered:-
1) Indentation error in python
2) Types of errors in python
3) errors in python
4) Value error
5) syntax error
6) Handling errors in python
Hello guys,welcome to codeyug to build your computer science skills.Here,you will learn programming tutorials and computer science tutorials from basics to advanced.
source code :-
Thanks for watching this video
Subscribe codeyug for more programming tutorials.
bit.ly/3h3Bv0c
About this channel:-
This channel provides free tutorials on programming,coding,web development.There are programming tutorials which covers from basics to advanced absolutely in hindi.
Our social links:-
you tube:- bit.ly/3h3Bv0c
instagram:- bit.ly/3mlspQu
gmail :- shantanukejkar@gmail.com
creator:-
-----shantanu kejkar------
#error #python #python3 #indentation #value_error #type_error #name_error #codeyug

Пікірлер: 74

  • @KaranSinghD-yj9ep
    @KaranSinghD-yj9ep Жыл бұрын

    Notes: Syntax error: Syntax is like a formula You can't write a formula on your own it's already defined in python. Example: Print( "hello world") Here P of print is in capital letter soo it's showing an error. Always p of print should be in small letter) Run time error: A run time error will only occur when the code is actually running. Example: print(3/0) The actual answer is infinite. symantic Error: It is a man made error . It's mean the python doing it's work perfectly but you wrote a logic in a wrong way. Example : you want to take average of two values var1 = 24 var2 = 12 print( (var1+var1) /2 ) Here i wrote var1+ var1 it's work perfectly but not show the desire output. Type error: when you try to add a int value with a string . Example: var1 = "karan" var2 = 12 print( var1+var1 ) Name Error: var1 = 24 Var2 = 12 print( (var1+var2) /2 ) Var2 = 12 here the V is in capital letter . But in print statement the var2 is in small letter. It will show name error. Value error: var1 = hello world print( int(var1) ) *Indentation error: it is one of the important topics in basic python. Basically Indentation is like space error. var1 = " karan" print(var1) Index error: We will see more about index in upcoming video for now just know. Index is used to access the elements in the variable.

  • @indrawatigupta8954

    @indrawatigupta8954

    Жыл бұрын

    Thanks you 💗

  • @indrawatigupta8954

    @indrawatigupta8954

    Жыл бұрын

    Thanks Bhai

  • @arbazattar9268

    @arbazattar9268

    Жыл бұрын

    Brother😢❤ shukriya

  • @aarnavyadav4387
    @aarnavyadav43872 жыл бұрын

    Thankyou! it is so useful ............,👍👍

  • @user-cs1in7yy2o
    @user-cs1in7yy2o3 жыл бұрын

    Thank you sir my dobts solved...

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    Delighted...keep learning 🤘

  • @user-cs1in7yy2o

    @user-cs1in7yy2o

    3 жыл бұрын

    @@Codeyug yeah sir.. I will.

  • @swastikmishra739
    @swastikmishra7393 жыл бұрын

    Helpfull

  • @theharshvardhanagarwal
    @theharshvardhanagarwal2 жыл бұрын

    Logical error mein aagar 2 se bhi divide karta toh bhi logical error hota it should be (a+b)/2

  • @vinitpatil8480
    @vinitpatil84802 жыл бұрын

    This video helped me a lot Thank u for uploading this video

  • @Codeyug

    @Codeyug

    2 жыл бұрын

    Thanks.. Keep going. Check playlists. You will love them.

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

    Nice eplaination bro

  • @centerwing2101
    @centerwing21012 жыл бұрын

    Thank u bhai... teacher ki trh samjhaya hai❤️

  • @Codeyug

    @Codeyug

    2 жыл бұрын

    Thanks.. 😃

  • @yashwanthero4332
    @yashwanthero43322 жыл бұрын

    nice video bro with clear explanation . love it!!

  • @Codeyug

    @Codeyug

    2 жыл бұрын

    Thank you.. Please check playlists available on this channel..

  • @siddhantpandey9062
    @siddhantpandey90623 жыл бұрын

    nice video and very heplful video for beginners like me

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    Share with friends and Don't forget to watch python important playlist...

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

    Thank you Sir, bahot hi aasan tarike se aur detail mai bataya aapne

  • @Codeyug

    @Codeyug

    Жыл бұрын

    Thank you 🙏

  • @JayPatel-ou2ud
    @JayPatel-ou2ud2 жыл бұрын

    nice explanation sir

  • @Codeyug

    @Codeyug

    2 жыл бұрын

    Oop tutorial is there on this channel.. Do follow.

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

    Thanks

  • @NPANASASAIKIRAN
    @NPANASASAIKIRAN3 жыл бұрын

    Thank for your information

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    You can follow our whole tutorial..i covered basics to advance

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

    thank you bro. really really big thank you

  • @Codeyug

    @Codeyug

    Жыл бұрын

    Please check playlists

  • @Chinmoy348
    @Chinmoy3483 жыл бұрын

    This video is too much helpful for me, because,my exam is next week

  • @Codeyug

    @Codeyug

    2 жыл бұрын

    help your friends also by sharing with them

  • @avneesharya6053
    @avneesharya60533 жыл бұрын

    hello python ek interpretor language h means code line by line or statement by stament run krta h , but jab us code m koi syntax error ho or usse phle print ho to wo print kyu ni hota? jaise print("test") print("test1) isme second line m syntax error m but first line print kyu ni hua?

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    Sabse pahle python code compiler co diya jata hai... Compiler check krta hai ki sabhi syntaxes ko brabar likha hai ya nhi... Then python code ko bytecode me convert kr diya jata hai... Then usko interpreter execute krta hai... Mera ek video dekho:- 'how python works codeyug' ye search kro aur vo video dekho...

  • @ronniebhaiya
    @ronniebhaiya3 жыл бұрын

    Very much useful

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    Thanks...you can follow full python series🤘

  • @ranjeetmaurya7913
    @ranjeetmaurya79133 жыл бұрын

    thaks for the information

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    Do share with friends 🤘

  • @uthsavb262
    @uthsavb2623 жыл бұрын

    bro they are semantic errors not symantic errors, btw video helped me a lot thank you

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    Yeah..

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    Do share with friends..

  • @jyotshukla3930

    @jyotshukla3930

    2 жыл бұрын

    Bro it is not btw it is but in your msg

  • @jyotshukla3930

    @jyotshukla3930

    2 жыл бұрын

    @@Codeyug sure bro

  • @umangking8341
    @umangking83413 жыл бұрын

    Nice thank you

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    Don't forget to watch 'python important' playlist if you are python learner...🤘

  • @daneshwarkumar7175
    @daneshwarkumar71753 жыл бұрын

    Nice work brother

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    Follow to learn python 🤘

  • @Technical-Thinking
    @Technical-Thinking2 жыл бұрын

    syntax 1:25 runtime 3:58 symantic 4:42 type 5:37 name 6:11 value 7:00 indent 7:37 index 7:58

  • @Codeyug

    @Codeyug

    2 жыл бұрын

    Thank you so much...

  • @btsindoarmymots7
    @btsindoarmymots73 жыл бұрын

    Thank You❤

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    You can learn python from my channel..

  • @btsindoarmymots7

    @btsindoarmymots7

    3 жыл бұрын

    @@Codeyug Can You Send This Playlist?

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    @@btsindoarmymots7 not a full playlist till now...but..just see my channel..you will get lot of videos abt python

  • @btsindoarmymots7

    @btsindoarmymots7

    3 жыл бұрын

    @@Codeyug ohh.. Okay.. Thank You So Much 😊❤

  • @tanishkamaheshwari1
    @tanishkamaheshwari13 жыл бұрын

    Thanks bhai...😊

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    You can learn python on my channel...🤘

  • @tanishkamaheshwari1

    @tanishkamaheshwari1

    3 жыл бұрын

    Sure....😊

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    @RAHUL RAWAT yess..

  • @Fairy_Insaan
    @Fairy_Insaan3 жыл бұрын

    🙏🏻🙏🏻

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    Learn python form my channel...🤘

  • @naresh548
    @naresh5485 ай бұрын

    What is error print("Hello World") Syntax errror

  • @tprasanyashroff2908
    @tprasanyashroff29082 жыл бұрын

    Sir! Whenever im using list methods im getting error as (Attribute Error : tuple object has no attribute "append" or any other list Please help me to fix this

  • @Codeyug

    @Codeyug

    2 жыл бұрын

    Tuple is an immutable(unchangeable) data structure. When you are appending, you want to add items at end of tuple. This is not possible for tuple.. You can search "tuple in python codeyug"... You will get video.

  • @tprasanyashroff2908

    @tprasanyashroff2908

    2 жыл бұрын

    Thank you soo much❤️

  • @Chinmoy348
    @Chinmoy3483 жыл бұрын

    Sir what is logicle errors. Plz reply me

  • @Codeyug

    @Codeyug

    2 жыл бұрын

    logical errors occurs when you do mistake in your logic.Your program will run and produce output without throwing any error message but the output is different than you expected. Ex. if you want to add two numbers,you will use '+' operator,but by mistake,you used '*' operator.

  • @prankinvlog9157
    @prankinvlog91573 жыл бұрын

    Bro ak error aa rha slove nhi ho rha apka koi social media accounts link send kro na

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    Ask here...

  • @ume7739
    @ume77392 жыл бұрын

    That was cool dude. Helped clear up my doubts the night before exam

  • @Codeyug

    @Codeyug

    2 жыл бұрын

    All the best for exam😃

  • @ume7739

    @ume7739

    2 жыл бұрын

    @@Codeyug thankss

  • @worldfactz6015

    @worldfactz6015

    2 жыл бұрын

    @@Codeyug bhai kya aap mujhe paid classes ko telegram pe upload karna sikha sakte h kya. Pls reply.

  • @janlochman1985
    @janlochman198510 ай бұрын

    What?

  • @kowsiyak7240
    @kowsiyak72403 жыл бұрын

    Plz explain in English

  • @Codeyug

    @Codeyug

    3 жыл бұрын

    I can do one thing for you...i will post my content (shared in videos) on my instagram page...@codeyug...okk? Try to cover everything...

  • @worldfactz6015
    @worldfactz60152 жыл бұрын

    Your insta link isn't working i need your help plz tell me how to contact from u. Must reply