Hi Skip,
> > Some years ago I saw a Python package or program that gave a
> > programming environment similar to the BASICs of 1980's home
> > computers. You got a cursor-addressable screen, e.g. PRINT TAB(10,
> > 20) "Hello", and some simple pixel-setting functions, e.g. RECTANGLE
> > FILL 0, 1
Hi,
Some years ago I saw a Python package or program that gave a programming
environment similar to the BASICs of 1980's home computers. You got a
cursor-addressable screen, e.g. PRINT TAB(10, 20) "Hello", and some
simple pixel-setting functions, e.g. RECTANGLE FILL 0, 10, 20, 30. It
probably u