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


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

[ANNC] pynguin-0.11 python turtle graphics application

Started byLee Harr <missive@hotmail.com>
First post2011-08-11 07:09 +0430
Last post2011-08-11 07:09 +0430
Articles 1 — 1 participant

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


Contents

  [ANNC] pynguin-0.11  python turtle graphics application Lee Harr <missive@hotmail.com> - 2011-08-11 07:09 +0430

#11169 — [ANNC] pynguin-0.11 python turtle graphics application

FromLee Harr <missive@hotmail.com>
Date2011-08-11 07:09 +0430
Subject[ANNC] pynguin-0.11 python turtle graphics application
Message-ID<mailman.2140.1313030467.1164.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 continues to expand basic functionality and
    explores more user-friendly options in the interface.


Pynguin is tested with Python 2.7.1 and PyQt 4.8.3 and
    will use Pygments syntax highlighting if available.

Pynguin is released under GPLv3.


Changes in pynguin-0.11:
    Session
        - all settings now moved in to menus and settings dialogs

    Pynguin API
        - added .label() method to have a label attached to a pynguin
            - also accessible as .name attribute
        - added .speed() method to change speed from user code
        - viewcoords() now returns integers by default
            - pass floats=True to get the float values instead
        - added .track() and .notrack() methods for user code

    Canvas
        - added support for custom avatars
            - both svg and bitmap images supported
        - fixed motion when drawing slow circles with pen up
        - don't draw circles when pen is up and speed is instant
        - expand canvas when resizing window

    Integrated Editor
        - added "Test / Run all" button
        - improved handling of external .py files

    Integrated Console
        - now gives correct call syntax when using test/run on classes

    Examples
        - make examples use new viewcoords() API
        - fixed multi.pyn scatter example
        - make multi.pyn follow examples work with existing pynguins
        - demonstrate labels in multi.pyn follow example
        - fix penup() in oo.pyn ZZ example
        - add centered circle in oo.pyn ZZ example

    General
        - fixed examples getting gzipped in .deb distribution file
        - added a way to dump contents of .pyn from command line

 		 	   		  

[toc] | [standalone]


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


csiph-web