Hacker News new | ask | show | jobs
by gaazoh 1054 days ago
It's a custom wrapper for tkinter made specifically for the lesson. There's a download link in the "basic shapes" chapter.

This could definitely be improved by:

* explaining what is in graphics.py, and that it builds on the standard library

* moving the download link in the introduction chapter for graphics

* having a license

1 comments

All good points. Perhaps a passing reference with a link back to the intro chapter (or wherever it's covered) in the chapters where it's used, since it's easier to dip into one of the later graphics chapters without having seen the intro.
Yeah, graphics.py refers to my custom TKinter wrapper, which I would have my students use for a few of the course projects. I can improve things so that it is easier to find from lessons other than basic shapes.