Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'configure': 0.04; 'subject:Python': 0.05; 'python': 0.09; 'beginners': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'suggestions:': 0.09; 'terry': 0.09; 'essential': 0.15; '.py': 0.16; '3.3,': 0.16; '3.3.': 0.16; 'amazon.': 0.16; 'autosave': 0.16; 'dialog.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.17; 'section.': 0.17; 'jan': 0.18; 'module': 0.19; 'versions': 0.20; 'preferences': 0.22; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'appear': 0.26; 'am,': 0.27; 'options': 0.27; 'fixed': 0.28; 'header:X-Complaints- To:1': 0.28; 'run': 0.28; 'window': 0.30; 'gets': 0.32; 'idle': 0.33; 'to:addr:python-list': 0.33; 'something': 0.35; 'received:org': 0.36; 'subject:" ': 0.36; 'should': 0.36; 'summer': 0.37; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'john': 0.60; 'first': 0.61; 'free': 0.61; 'more': 0.63; 'today,': 0.64; 'soon': 0.70; 'subject:today': 0.75; '"learn': 0.84; 'received:fios.verizon.net': 0.84; '"it': 0.91; 'subject:Learn': 0.91; 'subject:FREE': 0.96 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: "Learn Python Quickly" is FREE today March 18th Date: Mon, 18 Mar 2013 23:23:07 -0400 References: <9cbb3e88-b3a3-4a93-9e4f-6e6d415a3a72@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-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 In-Reply-To: <9cbb3e88-b3a3-4a93-9e4f-6e6d415a3a72@googlegroups.com> 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363663410 news.xs4all.nl 6899 [2001:888:2000:d::a6]:36897 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41476 On 3/18/2013 8:55 AM, John Rowland wrote: > For just today, the book "Learn Python Quickly" is free to download > from Amazon. Also, go to www.learnpythonquickly.com for more > information. I just 'bought' this to see if it is something I would recommend. I turned first to the IDLE section. A couple of suggestions: "Click Run -> Run Module F5 The following window will appear " That soon gets to be a nuisance and can be turned off with Options / Configure IDLE / General / Autosave Preferences (x) No prompt. I think even beginners should learn about the configure dialog. "It is essential that you include the .py extension." We fixed that nuisance last summer for 3.3. So: "For python versions before 3.3, ...." -- Terry Jan Reedy