{ "cells": [ { "cell_type": "markdown", "metadata": { "button": false, "new_sheet": false, "run_control": { "read_only": false }, "slideshow": { "slide_type": "slide" } }, "source": [ "# Appendices\n", "\n", "This part holds notebooks and modules that support other notebooks.\n", "\n", "* [Handling Errors](ExpectError.ipynb) provides means to catch and report expected errors within notebooks.\n", "\n", "* [Timer](Timer.ipynb) is a simple utility to measure how much time elapses during execution.\n", "\n", "* [Control Flow](ControlFlow.ipynb) helps determining control flow within Python programs.\n", "\n", "* [Railroad Diagrams](RailroadDiagrams.ipynb) visualize grammars as railroad diagrams.\n", "\n", "* [Index](00_Index.ipynb) is the index of the book." ] } ], "metadata": { "ipub": { "bibliography": "fuzzingbook.bib", "toc": true }, "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.2" }, "toc": { "base_numbering": 1, "nav_menu": {}, "number_sections": true, "sideBar": true, "skip_h1_title": true, "title_cell": "", "title_sidebar": "Contents", "toc_cell": false, "toc_position": {}, "toc_section_display": true, "toc_window_display": true }, "toc-autonumbering": false }, "nbformat": 4, "nbformat_minor": 2 }