Treffer: Handling Errors the Graceful Way in Python

Title:
Handling Errors the Graceful Way in Python
Authors:
Contributors:
Kompetenzzentrum für nicht-textuelle Materialien
Publisher Information:
EuroPython Conference
Publication Year:
2022
Document Type:
course material<br />moving image (video)
Language:
English
Accession Number:
edsbas.35BA9DE2
Database:
BASE

Weitere Informationen

(en)In the process of programming, we are always going to encounter various errors. Things rarely go as planned, especially in the world of programming. Errors are unavoidable when writing code, which can be frustrating at times. Every single one of us has faced this issue and emerged from it a better programmer. Dealing with bugs and errors is what builds our confidence in the long run and teaches us valuable lessons along the way. So, in this talk, we'll discuss different ways of handling errors and making our lives a little better. We'll talk about how code written with effective exception handling strategies can help us to catch bugs early in the software developmental cycle.