Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.straub-nv.de!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder7.xlned.com!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'elif': 0.04; 'python': 0.09; 'beginners': 0.09; 'oh,': 0.09; 'suggest': 0.11; ':-)': 0.13; 'finished': 0.15; '--v': 0.16; 'for,': 0.16; 'wrote:': 0.17; 'to:name:python-list@python.org': 0.20; "i'd": 0.22; "i've": 0.23; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; '---': 0.26; 'consistency': 0.29; 'selection': 0.29; 'summary': 0.29; 'topics': 0.30; 'comments': 0.33; 'curious': 0.33; 'passwords': 0.33; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'done': 0.34; 'next': 0.35; 'should': 0.36; '(for': 0.37; 'quite': 0.37; 'subject:: ': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'your': 0.60; 'lower': 0.61; 'free': 0.61; 'developed': 0.62; 'received:213.150': 0.84 X-SENDER-IP: [213.112.54.248] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArAdANhu+VDVcDb4PGdsb2JhbAANN4V+hH+zUQMBAQEBOIJSAQEBAQMnEREvEQsYCRYPCQMCAQIBMRQGDQgBARexWJJWkTkDqUs X-IronPort-AV: E=Sophos;i="4.84,493,1355094000"; d="scan'208";a="483498196" Date: Fri, 18 Jan 2013 16:52:46 +0100 From: Virgil Stokes User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:18.0) Gecko/20121128 Thunderbird/18.0 MIME-Version: 1.0 To: "python-list@python.org" Subject: Re: Beginner Tutorials References: <2e694a98-8a50-472e-89a0-92212a00464b@googlegroups.com> In-Reply-To: <2e694a98-8a50-472e-89a0-92212a00464b@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1358526276 news.xs4all.nl 6959 [2001:888:2000:d::a6]:34612 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37006 On 18-Jan-2013 15:47, Rik wrote: > Hi, I've developed a website for beginners to Python. I'd appreciate any comments or criticism. It's still under development, and should be finished in the next few months. Oh, and it's free to use. > > www.usingpython.com You have done well Rik. I like your approach to passwords for solutions and your selection of topics is quite good for a "jump start" with Python. However, I suggest that in your menu you change several of your items to lower case (for consistency with the Python language): For -> for, While -> while, if-Else -> if-else, Elif -> elif. I am curious --- what software did you use to create your nice web pages for this tutorial? In summary --- good work Rik :-) --V