[Edu-sig] list newbie
Andre Roberge
andre.roberge at gmail.com
Sat May 27 17:31:27 CEST 2006
On 5/27/06, Kris Olson <kris.olson.au at gmail.com> wrote:
>
> Hello All
>
> I am new to teaching Python but have enjoyed the reaction of my students
> to Python. I have been using the interactive mode to demonstrate and as a
> tool to check their understanding. However, it is hard for them to see when
> I get down to the bottom of the page. Is there a way to clear the screen or
> open a new interactive screen?
>
> If not, it would be a useful tool to have.
>
You may also want to have a look at a little app I wrote called "Lightning
Compiler". It includes a standard Python interpreter but also a Python
aware editor in which you can enter code, click a button (or use a keyboard
shortcut) and see the output in a separate window pane. With the editor, you
can also run doctests - which is a good tool to check students
understanding.
It can be found under lightning here:
https://sourceforge.net/project/showfiles.php?group_id=125834
It requires wxPython though...
André
--
> Kris Olson
> Geraldton Senior College
> Head of Business and Computing Area
> Curriculum Information Communication Technology Coordinator
> 08-9965-8443 (W)
> 041-792-4434 (M)
> 08-9965-0317 (H)
>
> _______________________________________________
> Edu-sig mailing list
> Edu-sig at python.org
> http://mail.python.org/mailman/listinfo/edu-sig
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/edu-sig/attachments/20060527/2c1b0322/attachment.htm
More information about the Edu-sig
mailing list