Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #41374

Re: pynguin-0.13 python turtle graphics application now uses python 3

Path csiph.com!usenet.pasdenom.info!gegeweb.org!newsfeed.kamp.net!newsfeed.kamp.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <missive@hotmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'interpreter': 0.04; '(except': 0.05; 'builtin': 0.07; 'canvas': 0.07; 'subject:application': 0.07; 'turtle': 0.07; 'python': 0.09; 'combines': 0.09; 'interpreter,': 0.09; 'subject:python': 0.11; 'alpha': 0.15; 'editor,': 0.16; 'exporting': 0.16; 'menus.': 0.16; 'namespace.': 0.16; 'python-based': 0.16; 'received:65.55.116.7': 0.16; 'subject: \n ': 0.16; 'subject:graphics': 0.16; 'subject:turtle': 0.16; 'copied': 0.17; 'hack': 0.18; 'code.': 0.20; 'equivalent': 0.20; 'to:name:python-list@python.org': 0.20; 'meant': 0.21; 'posted': 0.22; 'basic': 0.30; 'to:addr:python- list': 0.33; 'display': 0.36; 'does': 0.37; 'subject:: ': 0.38; 'easier': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'application': 0.40; 'subject:-': 0.40; 'help': 0.40; 'charset:windows-1256': 0.61; 'features:': 0.65; 'subject:now': 0.69; 'discover': 0.72
X-EIP [Fyh5swG452pj4oA25CPmq9Z70RAElOQI]
X-Originating-Email [missive@hotmail.com]
From Lee Harr <missive@hotmail.com>
To "python-list@python.org" <python-list@python.org>
Subject Re: pynguin-0.13 python turtle graphics application now uses python 3
Date Mon, 18 Mar 2013 02:58:11 +0430
Importance Normal
Content-Type text/plain; charset="windows-1256"
Content-Transfer-Encoding 8bit
MIME-Version 1.0
X-OriginalArrivalTime 17 Mar 2013 22:28:11.0952 (UTC) FILETIME=[B5839300:01CE235E]
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3400.1363559358.2939.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1363559358 news.xs4all.nl 6860 [2001:888:2000:d::a6]:40242
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:41374

Show key headers only | View raw


>> 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!

 		 	   		  

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

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

csiph-web