Re: Small program ideas

2013-03-29 Thread Neil Cerutti
On 2013-03-28, PMT d12123...@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

Re: Small program ideas

2013-03-28 Thread PMT
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? -- http://mail.python.org/mailman/listinfo/python-list

Re: Small program ideas

2013-03-18 Thread eli m
Any other ideas? -- http://mail.python.org/mailman/listinfo/python-list

Re: Small program ideas

2013-03-18 Thread Mark Lawrence
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 -- http://mail.python.org/mailman/listinfo/python-list

Re: Small program ideas

2013-02-26 Thread Vytas D.
...@davea.name wrote: On 02/25/2013 10:48 PM, eli m wrote: On Friday, February 15, 2013 7:22:41 PM UTC-8, eli m wrote: Any small program ideas? I would prefer to stick to command line ones. Thanks. Thank you guys for the suggestions. Any more? There are all kinds of things you could do

Re: Small program ideas

2013-02-26 Thread Neil Cerutti
On 2013-02-26, Vytas D. vytasd2...@gmail.com wrote: Some more ideas: If you like puzzles but not math, then The Python Challenge is an interesting destination. You'll be thrown head first into Python libraries you might not otherwise not be interested, like PIL. Command line apps are not the

Re: Small program ideas

2013-02-26 Thread Matej Cepl
On 2013-02-26, 03:48 GMT, eli m wrote: On Friday, February 15, 2013 7:22:41 PM UTC-8, eli m wrote: Any small program ideas? I would prefer to stick to command line ones. Thanks. Thank you guys for the suggestions. Any more? 1) Clone git repository from https://github.com/mcepl/html2text 2

Re: Small program ideas

2013-02-26 Thread eli m
On Monday, February 25, 2013 10:15:24 PM UTC-8, Dave Angel wrote: On 02/25/2013 10:48 PM, eli m wrote: On Friday, February 15, 2013 7:22:41 PM UTC-8, eli m wrote: Any small program ideas? I would prefer to stick to command line ones. Thanks. Thank you guys for the suggestions

Re: Small program ideas

2013-02-26 Thread Joshua Landau
On 26 February 2013 22:47, eli m techgeek...@gmail.com wrote: How hard would it be to change one file to another and would it be a small-medium sized program? How do you want to change it? Like rename a file (os.rename)? -- http://mail.python.org/mailman/listinfo/python-list

Re: Small program ideas

2013-02-26 Thread eli m
On Tuesday, February 26, 2013 4:22:10 PM UTC-8, Joshua Landau wrote: On 26 February 2013 22:47, eli m techg...@gmail.com wrote: How hard would it be to change one file to another and would it be a small-medium sized program? How do you want to change it? Like rename a file

Re: Small program ideas

2013-02-26 Thread Dave Angel
On 02/26/2013 05:47 PM, eli m wrote: On Monday, February 25, 2013 10:15:24 PM UTC-8, Dave Angel wrote: On 02/25/2013 10:48 PM, eli m wrote: On Friday, February 15, 2013 7:22:41 PM UTC-8, eli m wrote: Any small program ideas? I would prefer to stick to command line ones. Thanks

Re: Small program ideas

2013-02-26 Thread Chris Angelico
On Wed, Feb 27, 2013 at 2:27 PM, Dave Angel da...@davea.name wrote: But to convert a DOS text file (with lines ending cr/lf) into a Unix text file (with lines ending lf) would be a dozen lines, shrinkable to 3 with lots of experience. (And I'd probably prefer the dozen line version) Code

Re: Small program ideas

2013-02-25 Thread eli m
On Friday, February 15, 2013 7:22:41 PM UTC-8, eli m wrote: Any small program ideas? I would prefer to stick to command line ones. Thanks. Thank you guys for the suggestions. Any more? -- http://mail.python.org/mailman/listinfo/python-list

Re: Small program ideas

2013-02-25 Thread Dave Angel
On 02/25/2013 10:48 PM, eli m wrote: On Friday, February 15, 2013 7:22:41 PM UTC-8, eli m wrote: Any small program ideas? I would prefer to stick to command line ones. Thanks. Thank you guys for the suggestions. Any more? There are all kinds of things you could do. First, consider

Re: Small program ideas

2013-02-16 Thread Mark R Rivet
On Fri, 15 Feb 2013 22:52:57 -0500, Mitya Sirenef msire...@lightbird.net wrote: On 02/15/2013 10:22 PM, eli m wrote: Any small program ideas? I would prefer to stick to command line ones. Thanks. How about these two: - simulation of a street crossing with green/red lights allowing cars

Re: Small program ideas

2013-02-16 Thread Mark R Rivet
On Fri, 15 Feb 2013 19:57:35 -0800 (PST), eli m techgeek...@gmail.com wrote: On Friday, February 15, 2013 7:52:57 PM UTC-8, Mitya Sirenef wrote: On 02/15/2013 10:22 PM, eli m wrote: Any small program ideas? I would prefer to stick to command line ones. Thanks. How about these two

Small program ideas

2013-02-15 Thread eli m
Any small program ideas? I would prefer to stick to command line ones. Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Small program ideas

2013-02-15 Thread Mitya Sirenef
On 02/15/2013 10:22 PM, eli m wrote: Any small program ideas? I would prefer to stick to command line ones. Thanks. How about these two: - simulation of a street crossing with green/red lights allowing cars and pedestrians to pass in one direction then another - simulation of an elevator

Re: Small program ideas

2013-02-15 Thread eli m
On Friday, February 15, 2013 7:52:57 PM UTC-8, Mitya Sirenef wrote: On 02/15/2013 10:22 PM, eli m wrote: Any small program ideas? I would prefer to stick to command line ones. Thanks. How about these two: - simulation of a street crossing with green/red lights allowing cars

Re: Small program ideas

2013-02-15 Thread Mitya Sirenef
On 02/15/2013 10:57 PM, eli m wrote: On Friday, February 15, 2013 7:52:57 PM UTC-8, Mitya Sirenef wrote: On 02/15/2013 10:22 PM, eli m wrote: Any small program ideas? I would prefer to stick to command line ones. Thanks. How about these two: - simulation of a street crossing