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


Groups > comp.lang.python > #38986 > unrolled thread

Small program ideas

Started byeli m <techgeek201@gmail.com>
First post2013-02-15 19:22 -0800
Last post2013-03-29 13:43 +0000
Articles 3 on this page of 23 — 11 participants

Back to article view | Back to comp.lang.python


Contents

  Small program ideas eli m <techgeek201@gmail.com> - 2013-02-15 19:22 -0800
    Re: Small program ideas Mitya Sirenef <msirenef@lightbird.net> - 2013-02-15 22:52 -0500
      Re: Small program ideas eli m <techgeek201@gmail.com> - 2013-02-15 19:57 -0800
        Re: Small program ideas Mitya Sirenef <msirenef@lightbird.net> - 2013-02-15 23:19 -0500
        Re: Small program ideas Mark R Rivet <markrrivet@aol.com> - 2013-02-16 12:42 -0500
      Re: Small program ideas eli m <techgeek201@gmail.com> - 2013-02-15 19:57 -0800
      Re: Small program ideas Mark R Rivet <markrrivet@aol.com> - 2013-02-16 12:40 -0500
    Re: Small program ideas eli m <techgeek201@gmail.com> - 2013-02-25 19:48 -0800
      Re: Small program ideas Dave Angel <davea@davea.name> - 2013-02-26 01:15 -0500
        Re: Small program ideas eli m <techgeek201@gmail.com> - 2013-02-26 14:47 -0800
          Re: Small program ideas Joshua Landau <joshua.landau.ws@gmail.com> - 2013-02-27 00:22 +0000
            Re: Small program ideas eli m <techgeek201@gmail.com> - 2013-02-26 16:47 -0800
            Re: Small program ideas eli m <techgeek201@gmail.com> - 2013-02-26 16:47 -0800
          Re: Small program ideas Dave Angel <davea@davea.name> - 2013-02-26 22:27 -0500
          Re: Small program ideas Chris Angelico <rosuav@gmail.com> - 2013-02-27 17:18 +1100
        Re: Small program ideas eli m <techgeek201@gmail.com> - 2013-02-26 14:47 -0800
      Re: Small program ideas "Vytas D." <vytasd2013@gmail.com> - 2013-02-26 13:21 +0000
        Re: Small program ideas Neil Cerutti <neilc@norwich.edu> - 2013-02-26 14:32 +0000
      Re: Small program ideas Matej Cepl <mcepl@redhat.com> - 2013-02-26 14:21 +0100
    Re: Small program ideas eli m <techgeek201@gmail.com> - 2013-03-18 16:51 -0700
      Re: Small program ideas Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-03-19 00:56 +0000
    Re: Small program ideas PMT <d12123176@mydit.ie> - 2013-03-28 11:46 -0700
      Re: Small program ideas Neil Cerutti <neilc@norwich.edu> - 2013-03-29 13:43 +0000

Page 2 of 2 — ← Prev page 1 [2]


#41467

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-03-19 00:56 +0000
Message-ID<mailman.3481.1363654574.2939.python-list@python.org>
In reply to#41466
On 18/03/2013 23:51, eli m wrote:
> Any other ideas?
>

How about coming up with a new message passing syntax for objects?  I 
understand from recent postings that this should be fairly easy :)

-- 
Cheers.

Mark Lawrence

[toc] | [prev] | [next] | [standalone]


#42180

FromPMT <d12123176@mydit.ie>
Date2013-03-28 11:46 -0700
Message-ID<b4abd859-d77b-4e72-b0da-bd8b4c969f9d@googlegroups.com>
In reply to#38986
Em sábado, 16 de fevereiro de 2013 03h22min41s UTC, eli m  escreveu:
> Any small program ideas? I would prefer to stick to command line ones. Thanks.

What about this one? 

Do you know how to do the elevator simulation?

[toc] | [prev] | [next] | [standalone]


#42243

FromNeil Cerutti <neilc@norwich.edu>
Date2013-03-29 13:43 +0000
Message-ID<arlk3sFpqmjU2@mid.individual.net>
In reply to#42180
On 2013-03-28, PMT <d12123176@mydit.ie> wrote:
> Em s?bado, 16 de fevereiro de 2013 03h22min41s UTC, eli m  escreveu:
>> Any small program ideas? I would prefer to stick to command
>> line ones. Thanks.
>
> What about this one? 
>
> Do you know how to do the elevator simulation?

Cribbed from an early chapter of the excellent computer science
manual, _Simply Scheme_: A command line program to convert a
sentence into Pig-Latin.

C:\> piglatin.py Look in the bag!
Ooklay in the agbay!

Start with a function that converts a single word to Pig-Latin,
and work your way up to the final program in small steps.

-- 
Neil Cerutti

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | comp.lang.python


csiph-web