Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Chapter 3 Learning Objectives

AnnaHey edited this page Sep 22, 2017 · 2 revisions

By the end of this class students will be able to:

Debugging

  • Describe how to debug programs using print and comments
  • Explain the three common error types: syntax error, runtime error, semantic error
  • Give examples of each of the three common error types
  • Explain some best practices to avoid errors and debugging
  • Explain how each of the following errors may occur, with examples: TypeError, ParseError, NameError
Clone this wiki locally