[Pythonmac-SIG] drawing graphics with Mac version of Python

Joe VanAndel vanandel@atd.ucar.edu
Thu, 10 Sep 1998 21:59:11 -0600


I'd like to teach some middle school students Python,
and I'd like them to do some simple line drawing
on the screen (like what can be  done with LOGO, or BASIC).
(Naturally, I don't want to warp their minds by teaching BASIC.)

What graphics facilities can I use from the Mac version of
Python?  I suppose I can use the Tkinter canvas, but is there 
something faster and easier?


Thanks much.