This Level includes application of concepts learned in levels 1 and 2 using a debugging tool. Students will learn to step into code to observe the status of variables and understand the process of troubleshooting with a tool. Course ends with students troubleshooting the project successfully.
- Various debugging techniques
- Review – types of errors
- Intro to the Pycharm and Thonny debugging tools
- Project creation and the details of it
- Explore various windows in both tools
- Debugging the code with breakpoints and making use debugging windows
- Troubleshoot errors in challenging projects using debugging tool in all major areas – conditionals, functions, modules, recursion
- Code to find solutions to interview questions