Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50793

Re: Homework help requested (not what you think!)

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.107
X-Spam-Level *
X-Spam-Evidence '*H*': 0.81; '*S*': 0.02; 'subject:not': 0.03; 'broken': 0.04; 'subject:help': 0.08; 'emerge': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'somewhere.': 0.16; 'words.': 0.16; 'wrote:': 0.18; 'wed,': 0.18; '>>>': 0.22; 'effort.': 0.24; 'skip': 0.24; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; '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; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'should': 0.36; 'list': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'easy': 0.60; 'chain': 0.60; 'is.': 0.60; 'letters': 0.60; 'advanced': 0.63; 'press': 0.70; '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=tqd+9cmHzrYjskDWTmUSEdcGXm8MPOAzAd/LoUazC8c=; b=x3c/01/zc+1D1qEtvLkqjFKbM9wER5w/QnzUaROl3R3+5sjzqpvzl+th8/Txa9A2Lh NDR40v28Uq8p4bm/+JVWc8fkPn7SHz/qpzbcrt8dMsGez2hJmPyThfJHaFJ1SL7ObYbT b7nZVVW6rMb96xcfGO35Egi7+IC3Et/kLBPNwaA73vzwIHvOvy7C9ch6eBnaMswr8/kG SwzQhtQBIs72LwDQ7wA5l/gJmFxcAGVYKWjETYHL1tF6O/8FPXRkXtLw1Wpr6Gb0NOne Kl4AfrkANwmh6Tt+LyOVL+41VIakYO7IlO8w/vDuRH8eSvroegurP7eo+uGcq4eSpH+M r0yg==
MIME-Version 1.0
X-Received by 10.52.163.165 with SMTP id yj5mr1807311vdb.104.1374069938308; Wed, 17 Jul 2013 07:05:38 -0700 (PDT)
In-Reply-To <b4nm1qFmr88U2@mid.individual.net>
References <44c11575-2481-4220-9d3c-b53879e9cd8f@googlegroups.com> <b4nk0bFmr88U1@mid.individual.net> <mailman.4802.1374067804.3114.python-list@python.org> <b4nm1qFmr88U2@mid.individual.net>
Date Thu, 18 Jul 2013 00:05:38 +1000
Subject Re: Homework help requested (not what you think!)
From Chris Angelico <rosuav@gmail.com>
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 <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.4803.1374069947.3114.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1374069947 news.xs4all.nl 16011 [2001:888:2000:d::a6]:36225
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:50793

Show key headers only | View raw


On Wed, Jul 17, 2013 at 11:55 PM, Neil Cerutti <neilc@norwich.edu> wrote:
> On 2013-07-17, Chris Angelico <rosuav@gmail.com> wrote:
>> On Wed, Jul 17, 2013 at 11:20 PM, Neil Cerutti <neilc@norwich.edu> 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.
>
> That's true. Something like syllables should emerge from markov
> chains of letters pretty well, depending on how long the the
> chain is.

I might have to hunt down my old Dissociated Press implementations,
they were fun fun fun.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Homework help requested (not what you think!) John Ladasky <john_ladasky@sbcglobal.net> - 2013-07-16 15:43 -0700
  Re: Homework help requested (not what you think!) David Hutto <dwightdhutto@gmail.com> - 2013-07-16 19:51 -0400
  Re: Homework help requested (not what you think!) Joel Goldstick <joel.goldstick@gmail.com> - 2013-07-16 20:53 -0400
  Re: Homework help requested (not what you think!) Chris Angelico <rosuav@gmail.com> - 2013-07-17 10:40 +1000
    Re: Homework help requested (not what you think!) albert@spenarnc.xs4all.nl (Albert van der Horst) - 2013-07-18 12:47 +0000
      Re: Homework help requested (not what you think!) Gene Heskett <gheskett@wdtv.com> - 2013-07-18 09:38 -0400
  Re: Homework help requested (not what you think!) Chris Angelico <rosuav@gmail.com> - 2013-07-17 11:34 +1000
  Re: Homework help requested (not what you think!) alex23 <wuwei23@gmail.com> - 2013-07-17 16:35 +1000
    Re: Homework help requested (not what you think!) PythonAB <python@rgbaz.eu> - 2013-07-17 10:31 +0200
  Re: Homework help requested (not what you think!) Steven D'Aprano <steve@pearwood.info> - 2013-07-17 06:51 +0000
  Re: Homework help requested (not what you think!) Joshua Landau <joshua@landau.ws> - 2013-07-17 09:33 +0100
  Re: Homework help requested (not what you think!) Neil Cerutti <neilc@norwich.edu> - 2013-07-17 13:20 +0000
    Re: Homework help requested (not what you think!) Chris Angelico <rosuav@gmail.com> - 2013-07-17 23:29 +1000
      Re: Homework help requested (not what you think!) Neil Cerutti <neilc@norwich.edu> - 2013-07-17 13:55 +0000
        Re: Homework help requested (not what you think!) Chris Angelico <rosuav@gmail.com> - 2013-07-18 00:05 +1000
      Re: Homework help requested (not what you think!) alex23 <wuwei23@gmail.com> - 2013-07-18 12:09 +1000
  Re: Homework help requested (not what you think!) Aseem Bansal <asmbansal2@gmail.com> - 2013-07-17 21:57 -0700
  Re: Homework help requested (not what you think!) Beth McNany <beth.mcnany@gmail.com> - 2013-07-17 18:03 -0400
  RE: Homework help requested (not what you think!) Joseph Clark <joeclark77@hotmail.com> - 2013-07-18 08:46 -0700
  Homework help requested, thanks to everyone. John Ladasky <john_ladasky@sbcglobal.net> - 2013-07-21 13:49 -0700
    Re: Homework help requested, thanks to everyone. Chris Angelico <rosuav@gmail.com> - 2013-07-22 10:25 +1000
      Re: Homework help requested, thanks to everyone. Roy Smith <roy@panix.com> - 2013-07-21 20:57 -0400
    RE: Homework help requested, thanks to everyone. Joseph Clark <joeclark77@hotmail.com> - 2013-07-21 20:10 -0700
      PyGLet on Python 3 John Ladasky <john_ladasky@sbcglobal.net> - 2013-07-22 23:24 -0700
        Re: PyGLet on Python 3 Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-25 09:35 -0400
          Re: PyGLet on Python 3 John Ladasky <john_ladasky@sbcglobal.net> - 2013-07-25 15:27 -0700
    Re: Homework help requested, thanks to everyone. Skip Montanaro <skip@pobox.com> - 2013-07-22 12:01 -0500
    Re: Homework help requested, thanks to everyone. Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-07-22 19:39 -0400

csiph-web