Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.