Re: Interactive shell for demonstration purposes
- From: Steve Holden <steve@xxxxxxxxxxxxx>
- Date: Wed, 11 May 2005 23:31:41 -0400
Tim Golden wrote:
[Brian Quinlan]Wing IDE allows you to create any number of interactive shells and either dock them in the IDE framework GUI or move them to separate windows.
| | Can anyone recommend a Python interactive shell for use in | presentations?
| | Ideal characteristics (priority order):
| o configurable font size
| o full screen mode
| o readline support
| o syntax coloring
| | I've tried ipython but, since it runs inside a console | window, and the | console window has a limited number of selectable fonts, it doesn't | work terribly well.
| | I've seen presentations using some sort of PyGame implemented shell. | Does anyone have an information on that?
Warning: untested response.
Since I remembered that Michael Hudson had done such a thing once, I Googled and came across this:
http://codespeak.net/py/current/doc/execnet.html
which might get you started.
On Windows XP I appear, much to my delight, to be able to use CTRL-scroll to resize the screen font used in the window, but that may just be my video driver. It will (I hope) allow me to demonstrate Wing to groups of up to six at a time on my 17" 1820*1200 laptop display.
regards Steve -- Steve Holden +1 703 861 4237 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/ Python Web Programming http://pydish.holdenweb.com/
.
- Prev by Date: Re: HELP Printing with wxPython
- Next by Date: Re: Python Documentation (should be better?)
- Previous by thread: RE: Interactive shell for demonstration purposes
- Next by thread: Importing modules
- Index(es):
Relevant Pages
|