Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41374 > unrolled thread
| Started by | Lee Harr <missive@hotmail.com> |
|---|---|
| First post | 2013-03-18 02:58 +0430 |
| Last post | 2013-03-17 21:18 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Re: pynguin-0.13 python turtle graphics application now uses python 3 Lee Harr <missive@hotmail.com> - 2013-03-18 02:58 +0430
Re: pynguin-0.13 python turtle graphics application now uses python 3 rusi <rustompmody@gmail.com> - 2013-03-17 21:18 -0700
| From | Lee Harr <missive@hotmail.com> |
|---|---|
| Date | 2013-03-18 02:58 +0430 |
| Subject | Re: pynguin-0.13 python turtle graphics application now uses python 3 |
| Message-ID | <mailman.3400.1363559358.2939.python-list@python.org> |
>> Pynguin is a python-based turtle graphics application. >> It combines an editor, interactive interpreter, and >> graphics display area. > > > What does pynguin have that the builtin python turtle does not? It is meant to be easier to get started with. You start the application and it is all ready to go with the basic turtle-style commands pulled in to the local namespace. It also has some nice added features: Many commands are available from menus. The equivalent python is copied to the interpreter to help students discover and learn how to write the code. The canvas can be panned and zoomed with the mouse. I just posted a quick hack on edu-sig for exporting the canvas as svg. All colors (except the background) can have alpha channels. If you are a fan of turtle.py please give pynguin a try and let me know what you think!
[toc] | [next] | [standalone]
| From | rusi <rustompmody@gmail.com> |
|---|---|
| Date | 2013-03-17 21:18 -0700 |
| Message-ID | <e3d16915-33cf-456f-96cb-4bbde6c95f35@y2g2000pbg.googlegroups.com> |
| In reply to | #41374 |
On Mar 18, 3:28 am, Lee Harr <miss...@hotmail.com> wrote: > If you are a fan of turtle.py please give pynguin a try and let me > know what you think! Not a 'fan' per se -- just a teacher who has occasionally tried turtle to introduce programming. (which was not completely smooth; Ive forgotten all the hiccups) http://mail.python.org/pipermail/python-list/2011-May/604698.html
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web