#!/usr/bin/env python # coding: utf-8 # # Part I: Whetting Your Appetite # # In this part, we introduce the topics of the book. # # * [Tours through the book](Tours.ipynb) presents a number of tours through the book, introducing the different techniques discussed – from the simplest forms of interactive debugging to automatically determining failure causes. # # * [Introduction to Software Debugging](Intro_Debugging.ipynb) introduces the basics of software debugging, and acquaints you with Python and interactive notebooks.