Introduction to Module 3: Programming and Debugging
Introduction
In this module, you will be learning how to identify and fix coding errors. Debugging is an important skill to have as a programmer; it involves finding and correcting errors in the code in order to make the program operate correctly. We will be focusing on the process of debugging and the techniques used to identify and fix coding errors. The activity for this module is to debug a program to identify and fix coding errors. You will be given a program that has errors in it and you will be tasked with finding and fixing these errors. By the end of this module, you will have a better understanding of the debugging process and the techniques used to identify and fix coding errors. So let’s get started!
What you’ll learn

Upon completion of this module, you will be able to apply problem-solving skills using Python programming. You will also be able to demonstrate the ability to debug code in Python.