Tracebacks and Asking for Help#
Learning Objectives#
After working through this topic, you should be able to:
Read Python tracebacks and focus on the important parts
What type of error
Where did it happen
What exactly happened
Use an AI chatbot to get a plain-language explanation of a traceback
Describe an error precisely in your own words
Ask your fellow students and instructors for help when AI does not resolve the issue
Materials#
Video:
Download the slides.
See an excellent blogpost by Matthew Rocklin that shows how to ideally ask for help.
And the realpython post on how to read tracebacks.