This document summarizes a presentation on using Python for audio signal processing. It discusses Python libraries like NumPy, SciPy and Matplotlib that are useful for scientific computing and audio tasks. Two Python audio libraries developed by the presenter are also described: Simpl, which implements sinusoidal modeling, and Modal, for musical onset detection. Both make extensive use of NumPy and SciPy. The document also reviews how Python integrates with other tools like Pure Data and The SndObj Library. Python is presented as an excellent open source language for prototyping audio applications due to its large ecosystem of libraries and ability to interface with other languages.