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


Groups > comp.lang.python > #44670 > unrolled thread

Re: [Edu-sig] [ANNC] pynguin-0.14 python turtle graphics application

Started byJurgis Pralgauskis <jurgis.pralgauskis@gmail.com>
First post2013-05-03 19:01 +0300
Last post2013-05-03 19:53 -0400
Articles 3 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [Edu-sig] [ANNC] pynguin-0.14 python turtle graphics application Jurgis Pralgauskis <jurgis.pralgauskis@gmail.com> - 2013-05-03 19:01 +0300
    Re: [Edu-sig] [ANNC] pynguin-0.14 python turtle graphics application "Colin J. Williams" <cjw@ncf.ca> - 2013-05-03 19:53 -0400
    Re: [Edu-sig] [ANNC] pynguin-0.14 python turtle graphics application "Colin J. Williams" <cjw@ncf.ca> - 2013-05-03 19:53 -0400

#44670 — Re: [Edu-sig] [ANNC] pynguin-0.14 python turtle graphics application

FromJurgis Pralgauskis <jurgis.pralgauskis@gmail.com>
Date2013-05-03 19:01 +0300
SubjectRe: [Edu-sig] [ANNC] pynguin-0.14 python turtle graphics application
Message-ID<mailman.1271.1367596878.3114.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi,

do you plan to make step/debug functionality
as it is made in RurPLE?

I generally like  RurPLE-NG
http://dev.lshift.net/paul/rurple/

I improoved it fore easier learning
http://grokbase.com/t/python/edu-sig/129r2hkchm/rurple-ng-is-nice#20121113xy5wryeowevmgumpyo6o3t6jka

but moving around just rows and columns is a bit boring --
Would it be hard to somehow merge code tracking with Pynguin?




On Sun, Apr 14, 2013 at 2:24 AM, Lee Harr <missive@hotmail.com> wrote:

> 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
> _______________________________________________
> Edu-sig mailing list
> Edu-sig@python.org
> http://mail.python.org/mailman/listinfo/edu-sig
>



-- 
Jurgis Pralgauskis
tel: 8-616 77613;
Don't worry, be happy and make things better ;)
http://galvosukykla.lt

[toc] | [next] | [standalone]


#44692

From"Colin J. Williams" <cjw@ncf.ca>
Date2013-05-03 19:53 -0400
Message-ID<51844DF8.8010206@ncf.ca>
In reply to#44670
On 03/05/2013 12:01 PM, Jurgis Pralgauskis wrote:
> Hi,
>
> do you plan to make step/debug functionality
> as it is made in RurPLE?
>
> I generally like  RurPLE-NG
> http://dev.lshift.net/paul/rurple/
>
> I improoved it fore easier learning
> http://grokbase.com/t/python/edu-sig/129r2hkchm/rurple-ng-is-nice#20121113xy5wryeowevmgumpyo6o3t6jka
>
> but moving around just rows and columns is a bit boring --
> Would it be hard to somehow merge code tracking with Pynguin?
>
>
I tried to run it using PySCripter, but I didn't get far enough to check 
it out

Colin W.

[snip]

[toc] | [prev] | [next] | [standalone]


#44693

From"Colin J. Williams" <cjw@ncf.ca>
Date2013-05-03 19:53 -0400
Message-ID<mailman.1279.1367625217.3114.python-list@python.org>
In reply to#44670
On 03/05/2013 12:01 PM, Jurgis Pralgauskis wrote:
> Hi,
>
> do you plan to make step/debug functionality
> as it is made in RurPLE?
>
> I generally like  RurPLE-NG
> http://dev.lshift.net/paul/rurple/
>
> I improoved it fore easier learning
> http://grokbase.com/t/python/edu-sig/129r2hkchm/rurple-ng-is-nice#20121113xy5wryeowevmgumpyo6o3t6jka
>
> but moving around just rows and columns is a bit boring --
> Would it be hard to somehow merge code tracking with Pynguin?
>
>
I tried to run it using PySCripter, but I didn't get far enough to check 
it out

Colin W.

[snip]

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web