This document introduces IDAPython, an extension for IDA that brings Python scripting capabilities to aid in binary analysis. It provides examples of using IDAPython to iterate through functions, segments, instructions, calculate cyclomatic complexity, and automate IDA. The examples demonstrate basic usage and provide a starting point for interested individuals. The document also includes a function reference section describing the various IDAPython API functions.