This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, eric.araujo, georg.brandl, glingl, gregorlingl, gvanrossum, ned.deily, r.david.murray, rhettinger, terry.reedy
Date 2010-10-27.15:38:11
SpamBayes Score 4.2188993e-05
Marked as misclassified No
Message-id <1288193905.41.0.90694187592.issue10199@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch, issue10199.diff is mostly a copy of Gregor's turtledemo32.zip, with the main difference being that viewer code is in turtledemo/__main__.py so it can be run with just

$ python -m turtledemo

I would like to commit this before any further improvements.  Just as Gregor, I have many ideas on how to improve the demo, but implementing them would be a subject of a new ticket.

Here is a quick list:

1. Add test_turtledemo to unittests.
2. Add means to run all examples in order without user input.
3. Prune the examples: do we need both "tree" and "forest"?
5. Turn the left panel to the expanded list of tests and add a "show source" button to display source in a separate window.
6. Improve names of examples.   "I_dont_like_tiltdemo" is not really a good name. :-)
History
Date User Action Args
2010-10-27 15:38:25belopolskysetrecipients: + belopolsky, gvanrossum, georg.brandl, rhettinger, terry.reedy, glingl, gregorlingl, ned.deily, eric.araujo, r.david.murray
2010-10-27 15:38:25belopolskysetmessageid: <1288193905.41.0.90694187592.issue10199@psf.upfronthosting.co.za>
2010-10-27 15:38:24belopolskylinkissue10199 messages
2010-10-27 15:38:23belopolskycreate