filmov
tv
Python Basics 07 - 02/05 Error Handling - Try/Catch

Показать описание
Welcome to the Introduction to Python online class, which will teach you the main programming concepts in Python. The class consists of several modules and sub-modules separated by topics. How to study this course? Each chapter consists of an introductory video followed by topical sections. The sections include interactive notebooks that contain explanations and practical exercises.
*Be it through buggy coding or user mistakes, errors are almost guaranteed to happen at some point in our coding projects.*
*In order to save our programs from crashing and to get a better idea about what went wrong, it is good practice to catch and handle those errors*
*This can be thought of as almost a kind of branching, like if and else - only that our "if" in this case means that our code works, and the "else" happens when our program would otherwise crash.*
*Materials*
*Creators*
*Be it through buggy coding or user mistakes, errors are almost guaranteed to happen at some point in our coding projects.*
*In order to save our programs from crashing and to get a better idea about what went wrong, it is good practice to catch and handle those errors*
*This can be thought of as almost a kind of branching, like if and else - only that our "if" in this case means that our code works, and the "else" happens when our program would otherwise crash.*
*Materials*
*Creators*