Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.06; 'turtle': 0.07; 'accepted,': 0.09; 'happens.': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'bug': 0.12; 'jan': 0.12; 'suggest': 0.14; '"from': 0.16; 'agree.': 0.16; 'posted,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'worst': 0.16; 'wrote:': 0.18; 'discussion': 0.18; 'bit': 0.19; 'examples': 0.20; 'import': 0.22; 'header:User- Agent:1': 0.23; 'certainly': 0.24; 'directory.': 0.24; "haven't": 0.24; 'tracker': 0.26; 'gets': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; 'generally': 0.29; 'patch': 0.29; 'raise': 0.29; "i'm": 0.30; "user's": 0.31; 'another': 0.32; 'entirely': 0.33; 'implemented': 0.33; 'advice': 0.35; 'but': 0.35; 'there': 0.35; 'idle': 0.36; 'done': 0.36; 'too': 0.37; 'two': 0.37; 'list.': 0.37; 'being': 0.38; 'needed': 0.38; 'to:addr:python-list': 0.38; 'received:71': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'days': 0.60; 'skip:t 30': 0.61; 'teaching': 0.64; 'benefit': 0.68; 'home': 0.69; 'hour': 0.70; 'legal': 0.71; 'subject:For': 0.78; 'age': 0.80; '#1:': 0.84; '#2:': 0.84; '(10': 0.84; 'examples.': 0.84; 'received:fios.verizon.net': 0.84; 'redirecting': 0.84; 'lazy': 0.91; 'subject:Make': 0.91; 'enhancement': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: 3 Suggestions to Make Python Easier For Children Date: Sat, 02 Aug 2014 19:12:28 -0400 References: <7ef67ccc-3fc3-47dd-b858-09ef3b57a497@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-71-175-90-87.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407021174 news.xs4all.nl 2884 [2001:888:2000:d::a6]:37590 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75560 On 8/2/2014 3:46 AM, Mark Lawrence wrote: > On 02/08/2014 07:45, Mark Summerfield wrote: >> Last week I spent a couple of days teaching two children (10 and 13 -- >> too big an age gap!) how to do some turtle graphics with Python. >> Neither had programmed Python before -- one is a Minecraft ace and the >> other had done Scratch. >> >> Suggestion #1: Make IDLE start in the user's home directory. > > Entirely agree. Please raise an enhancement request on the bug tracker > if there isn't already one. > >> >> Suggestion #2: Make all the turtle examples begin "from turtle import >> *" so no leading turtle. is needed in the examples. > > I'm not so sure about this, but raise an enhancement request and see > what happens. Worst case it gets rejected, best case it gets accepted, > implemented and patch applied. > >> >> Suggestion #3: Make object(key=value, ...) legal and equiv of >> types.SimpleNamespace(key=value, ...). > > Haven't the faintest idea and too lazy to find out :) I suggest follow > advice from #2. Mark L: I think that redirecting discussion to the tracker a hour after these ideas were posted, certainly for #2 and #3, which you were rightfully unsure about, was a bit premature. Enhancement ideas generally benefit from being cooked a bit longer on one or another discussion list. -- Terry Jan Reedy