Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 385 Bytes

File metadata and controls

6 lines (5 loc) · 385 Bytes

Using code.InteractiveConsole to embed a Python shell in a user interface

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.