toggle navbar
How to Think like a Computer Scientist
Social
Runestone in social media:
Follow @iRunestone
Help support us:
Search
Table of Contents
Book Index
User
Assignments
Practice
Change Course
Instructor's Page
Progress Page
Edit Profile
Change Password
Register
Login
Scratch Activecode
Help
FAQ
Navigation Help
Help for Instructors
About Runestone
Report A Problem
This Chapter
{{ for row in subchapter_list: }}
{{= row['title']}}
{{ pass }}
3. Debugging Interlude 1
ΒΆ
Debugging Interlude 1
3.1. How to be a Successful Programmer
3.2. How to Avoid Debugging
3.3. Beginning tips for Debugging
3.4. Know Your Error Messages
3.4.1. ParseError
3.4.2. TypeError
3.4.3. NameError
3.4.4. ValueError
3.5. Summary
3.6. Exercises
You have attempted
of
activities on this page
Next Section - 3.1. How to be a Successful Programmer