Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python': 0.09; 'tutorials,': 0.09; 'finished': 0.15; 'tutorials': 0.15; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'subject:tutorials': 0.16; 'wrote:': 0.17; 'everyone,': 0.17; 'unicode': 0.17; "i've": 0.23; 'linux': 0.24; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; "i'm": 0.29; 'feedback': 0.30; 'to:addr:python-list': 0.33; 'everyone': 0.33; 'two': 0.37; 'subject:New': 0.37; 'subject:: ': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'series': 0.63; 'more': 0.63; 'making': 0.64 Date: Thu, 06 Dec 2012 11:58:36 -0500 From: Mitya Sirenef User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: New tutorials References: <50BB6BAA.2060409@lightbird.net> In-Reply-To: <50BB6BAA.2060409@lightbird.net> 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1354813126 news.xs4all.nl 6936 [2001:888:2000:d::a6]:55146 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34405 On 12/02/2012 09:54 AM, Mitya Sirenef wrote: > Hi everyone, I'm making a series of python tutorials and I've just > finished the introductory part: http://lightbird.net/larks/intro.html > > Feedback is appreciated.. - mitya > I've added two more tutorials, Sudoku and Battleship games: http://lightbird.net/larks/sudoku.html http://lightbird.net/larks/battleship.html As with Blocky Blocks, I'm not sure unicode chars in Battleship will work well for everyone on all OSes, I've only tested it on Linux X terminal. -m