This site requires Javascript to run properly. Javascript is currently Disabled in your browser.
To learn how to enable Javascript, click here.
TSoG.tv: Foundations in Python - Pilot/Debugging Code
From The Shoulders of Giants
Show | Foundations |
---|---|
Series | Foundations in Python - Pilot |
Audience | Copernicus |
Episode | 11 |
Hosted by | Dr. Foland |
Air Date | July 11, 2019 |
Format | Live Stream |
Episode Description
In this episode, Dr. Foland discusses his best tips for troubleshooting faulty Python code while continuing work on the Hangman Python game. In particular, two types of bugs are discussed:
- Code that has errors preventing it from running.
- Code that will run, but does not behave as expected.
Check out this episode to learn some strategies on how to address both of these bug types.