How to Debug and Handle Errors in Python

preview_player
Показать описание

Errors in programming can be called "bugs" and the elimination of these errors is called debugging. There are 3 kinds of errors that can be found in a program. You can have Syntax errors, Run-time errors and Semantic errors. 

When programming you can look at the task you have with a simple picture of Input-Process-Output. When creating an application first look at your inputs and the outputs that need to arrive from the inputs. Then you need to outline the steps to go from Input to output, aka the process. 

✅ Recommended playlists:

Flutter Development:

Programming Tips:

University Life:

✅ Socials:

Рекомендации по теме
Комментарии
Автор

Good video very clear dictation I would suggest also look into Pdb module for debugging

happychuckprogramming