Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #34439
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!rt.uk.eu.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <msirenef@lightbird.net> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'lines,': 0.05; 'python': 0.09; 'explanation': 0.09; 'tutorials,': 0.09; 'wrong,': 0.09; 'cc:addr:python-list': 0.10; 'yet.': 0.13; 'finished': 0.15; 'tutorials': 0.15; "'index'": 0.16; '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; 'summarize': 0.16; 'wrote:': 0.17; 'everyone,': 0.17; 'unicode': 0.17; '>>>': 0.18; 'written': 0.20; 'meant': 0.21; 'doc': 0.22; 'cc:2**0': 0.23; "i've": 0.23; 'cc:no real name:2**0': 0.24; 'linux': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'guess': 0.27; 'idea,': 0.29; 'mini': 0.29; 'url:mailman': 0.29; "i'm": 0.29; 'related': 0.30; 'feedback': 0.30; 'figure': 0.30; 'url:python': 0.32; '-----': 0.32; 'spread': 0.32; 'url:listinfo': 0.32; 'everyone': 0.33; 'tutorial': 0.33; 'thanks': 0.34; 'along': 0.35; 'pm,': 0.35; 'something': 0.35; 'add': 0.36; 'really': 0.36; 'but': 0.36; 'wanted': 0.36; 'url:org': 0.36; "i'll": 0.36; 'should': 0.36; 'enough': 0.36; 'two': 0.37; 'subject:New': 0.37; 'subject:: ': 0.38; 'sure': 0.38; 'step': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'url:mail': 0.40; 'your': 0.60; 'first': 0.61; 'back': 0.62; 'series': 0.63; 'more': 0.63; 'making': 0.64; 'useful.': 0.65; 'concepts,': 0.84 |
| Date | Thu, 06 Dec 2012 19:10:32 -0500 |
| From | Mitya Sirenef <msirenef@lightbird.net> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 |
| MIME-Version | 1.0 |
| To | Jean-Michel Pichavant <jeanmichel@sequans.com> |
| Subject | Re: New tutorials |
| References | <57964315.1923822.1354814189465.JavaMail.root@sequans.com> |
| In-Reply-To | <57964315.1923822.1354814189465.JavaMail.root@sequans.com> |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.593.1354839042.29569.python-list@python.org> (permalink) |
| Lines | 56 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1354839042 news.xs4all.nl 6865 [2001:888:2000:d::a6]:53636 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:34439 |
Show key headers only | View raw
On 12/06/2012 12:16 PM, Jean-Michel Pichavant wrote: > ----- Original Message ----- >> 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 >> > <http://lightbird.net/larks/intro.html> >> >> >> 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 >> >> -- >> http://mail.python.org/mailman/listinfo/python-list > > You should summarize the new python concept introduced by each tutorial so people can jump directly to the section they need. That's a good idea, I was thining of something along the same lines, I wanted to add a few more games first but I guess there's enough of them already to make this useful. I'll try to add an 'index' section tomorrow. > > > I have the feeling this is not really a python tutorial, it's a bunch > of mini games that happen to be written in python. Am I right ? If I'm > wrong, you should definitely organize your doc by python concepts, > linking each concept to any related tutorial. It is meant as a python tutorial, it's just not fleshed out yet. I want to add a few games and take a step back and figure out what order to put them in and how to spread out detailed explanation across all sections. Thanks for the feedback! -m > > JM > >
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: New tutorials Mitya Sirenef <msirenef@lightbird.net> - 2012-12-06 19:10 -0500
csiph-web