Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.104 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.86; '*S*': 0.06; 'subject:not': 0.03; 'broken': 0.04; 'subject:help': 0.08; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'somewhere.': 0.16; 'words.': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'effort.': 0.24; 'skip': 0.24; 'header:In-Reply-To:1': 0.27; 'words': 0.29; 'message- id:@mail.gmail.com': 0.30; 'subject:what': 0.31; 'lists': 0.32; 'linux': 0.33; 'could': 0.34; 'subject: (': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'list': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'easy': 0.60; 'advanced': 0.63; 'jul': 0.74; 'subject:!)': 0.84; 'subject:think': 0.84; 'subject:you': 0.87; 'notion': 0.91; 'technique': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=B+tmMg+UvOLr+Hk2IfMXDLHFM+/gVVXoM3zSeD10VrU=; b=jZCR7fI3YMuHqrGmFCWD93AxCTGWBf+SDbEWwhsP6dAcM8rSYvE6EUDY54c5hhFsJX NYSB9+IupbiUmYQZcpwGvRu54xRtm8oHs6oBpEA8GHVdnALhaM+i1slG+xVVQsM9vF4v VvYY3aRloy8+7c1nx5BT/L5bhJgFasl3/Xs6YWRbgAmYe5M9IxEnLUJeJfg2HVwQ3PM6 hSFM4pXD09/PBw4gHZ2bIRLBSs+DECYVWAjh8d+Hdc9Abh4m5CppJZ3p2Xyy3i8QCBFd RwJtuobBabugAvCVhwwHAwxf5Hy7NzQL3ZmeQb8nCxp5msmpnhQL/H/3DGl9T3iLZz4Y kuPQ== MIME-Version: 1.0 X-Received: by 10.58.214.105 with SMTP id nz9mr456155vec.58.1374067796515; Wed, 17 Jul 2013 06:29:56 -0700 (PDT) In-Reply-To: References: <44c11575-2481-4220-9d3c-b53879e9cd8f@googlegroups.com> Date: Wed, 17 Jul 2013 23:29:56 +1000 Subject: Re: Homework help requested (not what you think!) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374067804 news.xs4all.nl 15894 [2001:888:2000:d::a6]:51427 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50791 On Wed, Jul 17, 2013 at 11:20 PM, Neil Cerutti wrote: > Markov chains are an advanced technique you could introduce, but > you'd need a huge list of names broken into syllables from > somewhere. You could use names broken into letters... or skip the notion of names and just generate words. Lists of words are easy to come by (eg /usr/share/dict/words on many Linux systems), so you can have some fun without much effort. ChrisA