Best Python book(s) for a pre-teen?

dsavitsk dsavitsk at e-coli.net
Wed Feb 19 00:30:39 EST 2003


"Mike Silva" <snarflemike at yahoo.com> wrote in message
news:20619edc.0302181127.6ad39e68 at posting.google.com...
> Hi all,
>

> One other question -- I'd like him to be able to do simple graphics
> fairly early, since I think it makes the whole self-learning process
> much more interesting.  I'm talking about things like points, lines,
> circles, fills, etc.

I wrote an activex exe which models the VB printer object and is usable from
python on win32. It might, particularly with a little work, allow sufficient
drawing of lines, shapes, and what not.  generally, with about 1 line of
code change it will send the drawing to the printer instead of the screen.

it is available from http://www.e-coli.net/software/ecp_printer.shtml

-d






More information about the Python-list mailing list