A Simple Graphic Learning Environment - Part 1
Background.
The suggested environment for learning to program using graphics instead of text was LiveWires . This includes a curriculum and associated product, making it a tidy package.
There are a number of alternatives, however.
- Python includes tkinter , section 20.1 of the Python Library Reference, v2.5.
- Python includes turtle …