Originally published: 2004-12-02 10:07:39
Last updated: 2004-12-02 10:07:39
Author: Rick Muller
The code module provides the ability to write your own Python shell, which you can use to filter out input or output, and embed it in another application. This recipe shows how this module can be used.