This document discusses using Python code in the browser with Silverlight and IronPython. It begins with an introduction to Silverlight and IronPython, then provides examples of how to load the IronPython runtime, reference external Python files, and run Python code that interacts with the browser DOM and uses .NET APIs. Key points covered include loading the JavaScript that enables Python execution, how the Python runtime is loaded into the Silverlight control, and how Python code can import modules and packages to access libraries like unittest for testing purposes.