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


Groups > comp.lang.python > #65895

Re: Drawing polygons in python turtle

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Drawing polygons in python turtle
Date 2014-02-11 04:35 -0500
References (3 earlier) <97ec9cf6-ec3c-4bdc-9b9b-23e4a0025eb0@googlegroups.com> <f9a247a3-17f0-444a-b690-bfcc171fd682@googlegroups.com> <9ada3f87-6e4f-4b4e-8dc0-b954af46284e@googlegroups.com> <a7fedbe6-9087-4951-8da4-dfbb34be2776@googlegroups.com> <ec8782d1-2475-4fd4-a375-7bee69d3f5f7@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.6655.1392111385.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 2/10/2014 10:01 PM, geniusrko@gmail.com wrote:
> Is there a better way of drawing such as another modules

Logo is a drawing language designed for kids who do not know geometry 
but can imagine walking around on a dirt field and occasionally turning 
while dragging a stick or dripping paint. Part of the charm is 
discovering the patterns that emerge when simple actions are repeated.

The Python version, turtle, is built on top of tkinter and its Canvas 
widget. Since I *do* know coordinate geometry and don't care about the 
moving animal metaphor, I find it easier to use Canvas directly. This 
avoids the bugs and limitations (including speed) introduced by the 
turtle module.


-- 
Terry Jan Reedy

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


Thread

Drawing polygons in python turtle geniusrko@gmail.com - 2014-02-10 15:44 -0800
  Re:Drawing polygons in python turtle Dave Angel <davea@davea.name> - 2014-02-10 19:00 -0500
  Re: Drawing polygons in python turtle Asaf Las <roegltd@gmail.com> - 2014-02-10 16:23 -0800
    Re: Drawing polygons in python turtle Asaf Las <roegltd@gmail.com> - 2014-02-10 16:34 -0800
      Re: Drawing polygons in python turtle geniusrko@gmail.com - 2014-02-10 18:13 -0800
        Re: Drawing polygons in python turtle Asaf Las <roegltd@gmail.com> - 2014-02-10 18:49 -0800
          Re: Drawing polygons in python turtle geniusrko@gmail.com - 2014-02-10 18:51 -0800
            Re: Drawing polygons in python turtle Asaf Las <roegltd@gmail.com> - 2014-02-10 18:59 -0800
              Re: Drawing polygons in python turtle geniusrko@gmail.com - 2014-02-10 19:01 -0800
                Re: Drawing polygons in python turtle Asaf Las <roegltd@gmail.com> - 2014-02-10 19:03 -0800
                Re: Drawing polygons in python turtle geniusrko@gmail.com - 2014-02-10 19:06 -0800
                Re: Drawing polygons in python turtle Asaf Las <roegltd@gmail.com> - 2014-02-10 19:17 -0800
                Re: Drawing polygons in python turtle geniusrko@gmail.com - 2014-02-10 19:19 -0800
                Re: Drawing polygons in python turtle Asaf Las <roegltd@gmail.com> - 2014-02-10 19:23 -0800
                Re: Drawing polygons in python turtle Terry Reedy <tjreedy@udel.edu> - 2014-02-11 04:35 -0500
        Re: Drawing polygons in python turtle Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-02-11 08:17 -0500

csiph-web