• This workshop will explore the following topics:

  • Reading exception traces and interpreting error types
  • Printing information for debugging
  • Using assertions
  • Using exception dialogs

Find the scrip at C:\Scripting_Class\Workshops\W-02\W-02C.py.

  • Right-click on the script file and Edit with IDLE.

Execute the Python script W-02C.py from the Run menu's "Run Module" option, or by pressing F5.

Follow the instructions in the W-02C.py script. You will be editing the script and executing it from IDLE (Python GUI).

You may skip some tasks in this part of the workshop. If time remains, you may complete those tasks.