Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19060
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jerome@jolimont.fr> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.063 |
| X-Spam-Evidence | '*H*': 0.87; '*S*': 0.00; 'url:py': 0.07; 'python': 0.08; 'list)': 0.09; 'subject:python': 0.10; '(next': 0.16; 'header:X-Face:1': 0.16; 'received:lan': 0.16; 'style,': 0.16; 'wrote:': 0.16; 'practices,': 0.18; 'jan': 0.19; 'trying': 0.20; 'header:In-Reply-To:1': 0.22; 'english,': 0.23; "people's": 0.24; 'code': 0.25; 'subject: : ': 0.25; 'language.': 0.28; 'coding': 0.28; "didn't": 0.30; 'url:downloads': 0.32; 'yet': 0.32; 'tue,': 0.32; 'done': 0.33; 'to:addr:python-list': 0.33; 'community': 0.33; '17,': 0.34; 'mix': 0.34; 'subject:project': 0.34; 'comment': 0.35; 'but': 0.37; 'screen': 0.38; 'johnson': 0.39; 'everyone': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.40; 'bring': 0.60; 'received:89': 0.65; 'french': 0.66; 'show': 0.67; 'subject:First': 0.67; 'attention': 0.71; '-0800': 0.84; 'i18n': 0.84; 'localized': 0.84; 'besides,': 0.93; 'url:fr': 0.96 |
| X-Spam-Checker-Version | SpamAssassin 3.3.1 (2010-03-16) on jeftof |
| X-Spam-Level | |
| X-Spam-Status | No, score=-1.0 required=7.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.1 |
| Date | Tue, 17 Jan 2012 18:26:14 +0100 |
| From | Jérôme <jerome@jolimont.fr> |
| To | python-list@python.org |
| Subject | Re: First python project : Tuner |
| In-Reply-To | <296de6ba-2929-44de-bb26-8eea343b6875@h12g2000yqg.googlegroups.com> |
| References | <mailman.4813.1326810025.27778.python-list@python.org> <296de6ba-2929-44de-bb26-8eea343b6875@h12g2000yqg.googlegroups.com> |
| X-Mailer | Claws Mail 3.8.0 (GTK+ 2.24.8; x86_64-pc-linux-gnu) |
| X-Face | "kBB1-!wF@,"j_&tJ&7; T,t)PeQkZg5?.:{p,s>/,+?b6pN5!yxZy^nRXA=*?W+|J9OG!W[rdx^VA^Sx`R"g,; +MzhAq"tZFg27W4qX+ZXvLX=%piZ6c.7@oSDHyQ0Mff#HGx<{ |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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.4814.1326820995.27778.python-list@python.org> (permalink) |
| Lines | 34 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1326820995 news.xs4all.nl 6841 [2001:888:2000:d::a6]:53486 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:19060 |
Show key headers only | View raw
Tue, 17 Jan 2012 08:48:13 -0800 (PST)
Rick Johnson a écrit:
> On Jan 17, 8:16 am, Jérôme <jer...@jolimont.fr> wrote:
>
> > Any comment is welcome, be it about code optimization, coding style,
> > pythonification, good practices, or simply program features and usability.
>
> Step one would be to show a screen shot in both English AND French
> language.
The screenshot was a dissatisfying mix of english and french because until
I18n is done (next in TODO list) all the strings are in english, but the stock
buttons are localized as my system is in french. Yet the inconsistency.
I didn't know it was as easy as
LANGUAGE=EN ./tuner_v2_0.py
to re-localize a program. Now the screenshot is english only.
Anyway, I was trying to bring people's attention to the python program
itself :
http://devs.jolimont.fr/tuner/downloads/tuner_v2_0.py
> Besides, not everyone in this community is a "card carrying"
> pacifist.
?
--
Jérôme
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
First python project : Tuner Jérôme <jerome@jolimont.fr> - 2012-01-17 15:16 +0100
Re: First python project : Tuner Rick Johnson <rantingrickjohnson@gmail.com> - 2012-01-17 08:48 -0800
Re: First python project : Tuner Jérôme <jerome@jolimont.fr> - 2012-01-17 18:26 +0100
Re: First python project : Tuner Ben Finney <ben+python@benfinney.id.au> - 2012-01-18 06:38 +1100
Re: First python project : Tuner Rick Johnson <rantingrickjohnson@gmail.com> - 2012-01-17 12:38 -0800
Re: First python project : Tuner Chris Angelico <rosuav@gmail.com> - 2012-01-18 07:46 +1100
Re: First python project : Tuner Jérôme <jerome@jolimont.fr> - 2012-01-17 18:48 +0100
Re: First python project : Tuner gst <g.starck@gmail.com> - 2012-01-17 10:16 -0800
Re: First python project : Tuner Jérôme <jerome@jolimont.fr> - 2012-01-17 20:00 +0100
csiph-web