This document discusses integrating the network traffic monitoring tool ntop with Python. It describes ntop as an open source tool that supports network monitoring and management. It outlines previous attempts to add scripting to ntop using Perl and Lua, and explains why Python was ultimately chosen for its ease of use, features, and efficiency. The architecture of the ntop Python integration is presented, including how Python scripts can access ntop data and methods and generate dynamic web pages. Challenges and limitations of mixing ntop with Python are also covered.