Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!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.080 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'subject:IDLE': 0.04; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'to)': 0.09; 'jan': 0.11; 'autosave': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:ever': 0.16; 'wrote:': 0.16; 'prevent': 0.20; 'tried': 0.24; 'header:In- Reply-To:1': 0.24; 'feature': 0.24; 'url:bugs': 0.24; 'header :User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'rest': 0.26; 'subject: -- ': 0.27; 'idea': 0.28; 'window': 0.30; 'option': 0.31; 'getting': 0.33; 'useful': 0.33; 'class': 0.33; 'url:python': 0.33; 'idle': 0.33; 'interaction': 0.33; 'editor': 0.34; 'could': 0.35; 'path': 0.35; 'skip:. 20': 0.35; 'subject:please': 0.35; 'expected': 0.35; 'but': 0.36; 'url:org': 0.36; 'closing': 0.36; 'notes': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'setting': 0.37; 'received:org': 0.37; 'list.': 0.37; 'to:addr:python.org': 0.40; 'easy': 0.60; 'save': 0.60; 'default': 0.61; 'course': 0.62; 'more': 0.63; 'personal': 0.63; 'dont': 0.64; 'pleasant': 0.66; 'teach': 0.70; 'prompt': 0.79; 'hand': 0.82; 'lost,': 0.84; 'sem': 0.84; 'subject:you': 0.85; 'received:fios.verizon.net': 0.91; 'subject:Who': 0.91; 'subject:know': 0.91; 'subject:answer': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Who uses IDLE -- please answer if you ever do, know, or teach Date: Thu, 6 Aug 2015 18:58:40 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-98-114-97-173.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438901948 news.xs4all.nl 2911 [2001:888:2000:d::a6]:36354 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95093 On 8/5/2015 9:21 PM, Rustom Mody wrote: > I used idle to teach a 2nd year engineering course last sem > It was a more pleasant experience than I expected > One feature that would help teachers: > It would be nice to (have setting to) auto-save the interaction window > [Yeah I tried to see if I could do it by hand but could not find where] > Useful for giving as handouts of the class > So students rest easy and dont need to take 'literal' notes of the session To prevent this idea from getting lost, I added "A follow-on issue would be to have an option to prompt to save (as with editor windows) or autosave when closing the shell. A default path might be .idlerc/shellsave.txt." to https://bugs.python.org/issue21937 and a reference in my personal list. -- Terry Jan Reedy