In this series, we will go over my notes for Python. And in this video, we are going to cover how to deal with errors and how to use the traceback.
Links:
GitHub Repo: https://github.com/SebastianMantey/Python-Tutorial
Full Playlist: https://www.youtube.com/playlist?list=PLPOTBrypY74yHNvmKlf9bfYuwMlbiPk94
Timestamps:
0:00 - Intro
0:07 - What happens if there is an error?
1:11 - Two different approaches for handling errors
3:05 - Traceback definition
5:12 - Traceback shows most recent function call last
5:54 - Traceback when working with modules/packages
7:08 - Traceback of a syntax error
Download
0 formats
No download links available.
Python Tutorial for Beginners p.27: Error Handling & The Traceback | NatokHD