Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43554 > unrolled thread
| Started by | Lee Harr <missive@hotmail.com> |
|---|---|
| First post | 2013-04-14 03:54 +0430 |
| Last post | 2013-05-03 19:49 -0400 |
| Articles | 5 — 3 participants |
Back to article view | Back to comp.lang.python
[ANNC] pynguin-0.14 python turtle graphics application Lee Harr <missive@hotmail.com> - 2013-04-14 03:54 +0430
Re: [ANNC] pynguin-0.14 python turtle graphics application Miki Tebeka <miki.tebeka@gmail.com> - 2013-04-13 17:10 -0700
Re: [ANNC] pynguin-0.14 python turtle graphics application Miki Tebeka <miki.tebeka@gmail.com> - 2013-04-13 17:10 -0700
Re: [ANNC] pynguin-0.14 python turtle graphics application "Colin J. Williams" <cjw@ncf.ca> - 2013-05-03 19:49 -0400
Re: [ANNC] pynguin-0.14 python turtle graphics application "Colin J. Williams" <cjw@ncf.ca> - 2013-05-03 19:49 -0400
| From | Lee Harr <missive@hotmail.com> |
|---|---|
| Date | 2013-04-14 03:54 +0430 |
| Subject | [ANNC] pynguin-0.14 python turtle graphics application |
| Message-ID | <mailman.580.1365895556.3114.python-list@python.org> |
Pynguin is a python-based turtle graphics application. It combines an editor, interactive interpreter, and graphics display area. It is meant to be an easy environment for introducing some programming concepts to beginning programmers. http://pynguin.googlecode.com/ This release adds several user-requested features, including circular arcs, SVG export, and undo. Pynguin is tested with Python 3.2.3 and PyQt 4.9.3 and will use Pygments syntax highlighting if available. Pynguin is released under GPLv3. Changes in pynguin-0.14: Important fixes Other fixes Pynguin API - Added font() to change font for use with write() - Added move parameter for write() - Added align and valign parameters for write() - Added arc() for circular arcs Canvas - Added SVG Export UI - Added ability to use translations - Added (basic) undo capability (ctrl-z) Integrated Editor - Added shortcut (ctrl-w) for removing doc pages - Stop asking for confirmation to remove empty doc page - Stop autosave from modifying empty doc page Integrated Console Examples - Added arc examples
[toc] | [next] | [standalone]
| From | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| Date | 2013-04-13 17:10 -0700 |
| Message-ID | <b67c5440-d81e-4f93-b0cc-3b7babb80602@googlegroups.com> |
| In reply to | #43554 |
> Pynguin is a python-based turtle graphics application. I wonder why Pynguin does not get more traction in the teaching sector. Looks ideal for teaching kids.
[toc] | [prev] | [next] | [standalone]
| From | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| Date | 2013-04-13 17:10 -0700 |
| Message-ID | <mailman.583.1365898236.3114.python-list@python.org> |
| In reply to | #43554 |
> Pynguin is a python-based turtle graphics application. I wonder why Pynguin does not get more traction in the teaching sector. Looks ideal for teaching kids.
[toc] | [prev] | [next] | [standalone]
| From | "Colin J. Williams" <cjw@ncf.ca> |
|---|---|
| Date | 2013-05-03 19:49 -0400 |
| Message-ID | <51844D07.9000803@ncf.ca> |
| In reply to | #43559 |
On 13/04/2013 8:10 PM, Miki Tebeka wrote: >> Pynguin is a python-based turtle graphics application. > I wonder why Pynguin does not get more traction in the teaching sector. Looks ideal for teaching kids. Mili, I suggest that it's because Pynguin is not yet fully operational. I don't know where to report problems. The problems I had were installing for Python 3.3 and 2.7, using win32 In the latter case, it seem as though the code is tied with 3.3. On the face of it, the package appear to have potential. Colin W.
[toc] | [prev] | [next] | [standalone]
| From | "Colin J. Williams" <cjw@ncf.ca> |
|---|---|
| Date | 2013-05-03 19:49 -0400 |
| Message-ID | <mailman.1280.1367625306.3114.python-list@python.org> |
| In reply to | #43559 |
On 13/04/2013 8:10 PM, Miki Tebeka wrote: >> Pynguin is a python-based turtle graphics application. > I wonder why Pynguin does not get more traction in the teaching sector. Looks ideal for teaching kids. Mili, I suggest that it's because Pynguin is not yet fully operational. I don't know where to report problems. The problems I had were installing for Python 3.3 and 2.7, using win32 In the latter case, it seem as though the code is tied with 3.3. On the face of it, the package appear to have potential. Colin W.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web