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


Groups > comp.lang.python > #19121

Re: First python project : Tuner

Date 2012-01-19 11:44 +0100
From Jérôme <jerome@jolimont.fr>
Subject Re: First python project : Tuner
References <20120117151601.78e495cb@bouzin.lan>
Newsgroups comp.lang.python
Message-ID <mailman.4857.1326969719.27778.python-list@python.org> (permalink)

Show all headers | View raw


Tue, 17 Jan 2012 15:16:01 +0100
Jérôme a écrit:

> Hi all.
> 
> Like others before me, I'd like to show you my first python attempt, in the
> hope in can get advices on how to improve my coding.

Hi.

Thank you for your useful advices.

- I tried to clarify the dependencies of my program by adding 
  "PyGObject (python-gi)."
  I believe PyGObject is the name, but python-gi being the name of the debian
  package (and possibly other distros' package, I didn't check), I assumed it
  would be more helpful.

- Frequency is now displayed on the main window under each key (it was already
  displayed in the selector widget)

- Pylint helped me improve a bit. Mostly conventions. And it still yields
  what I believe are false-positives. I didn't try to configure it not to.
  Thanks for telling me about Pylint. This tool is helpful.

- I also corrected the "is" misuse as "==".

- Most importantly, new 2.1 version comes with an absolutely pure french-free
  english-only screenshot, for your convenience.

http://devs.jolimont.fr/tuner/

http://devs.jolimont.fr/tuner/downloads/tuner_v2_1.py.html

-- 
Jérôme

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


Thread

Re: First python project : Tuner Jérôme <jerome@jolimont.fr> - 2012-01-19 11:44 +0100
  Re: First python project : Tuner Rick Johnson <rantingrickjohnson@gmail.com> - 2012-01-19 08:32 -0800
  Re: First python project : Tuner Anssi Saari <as@sci.fi> - 2012-01-20 12:13 +0200
    Re: First python project : Tuner Jérôme <jerome@jolimont.fr> - 2012-01-26 19:39 +0100

csiph-web