I guess PEP8 gives some tips on how things should be named, and what case to
use, but I think Denis's question goes beyond that. I think the point of
Denis's question was not to imply that resources like help or docstrings are
not useful, or would not be available. I think he is polling to see wh
"spir" <[EMAIL PROTECTED]> wrote
Actually, my question is so trivial that it is difficult to let you
understand
what I want. Imagine you know there is a "char_range" function that
returns a
char string -- provided you properly inform it about the range you
want. But,
as you do not know exactly
Holà,
I forgot to ask for replies outside the list -- to avoid 'pollution' with
off-topic posts. [EMAIL PROTECTED]
Thank you,
denis
spir a écrit :
Hello pythonistas,
[...]
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/li
"spir" <[EMAIL PROTECTED]> wrote
How would you call this function? e.g.
digits = char_range(...)
In other words: which is, for you personly, the most practicle or
natural way of calling this func? Would you give me one or more
calling example(s)?
I'm not sure what you are asking for.
Do yo
On Wed, 26 Nov 2008 14:22:52 +0100
spir <[EMAIL PROTECTED]> wrote:
> Hello pythonistas,
>
> I need some information about a topic. A list like python tutor is
> the proper place to get it. Take this as a (stupid) game: would you
> like to answer the following question?
>
> Imagine you are writin
Hello pythonistas,
I need some information about a topic. A list like python tutor is the proper
place to get it. Take this as a (stupid) game: would you like to answer the
following question?
Imagine you are writing code. Then, you realise you need a tool function you
have not yet written.