Re: Engineering numerical format PEP discussion

2010-05-17 Thread Eike Welk
Keith wrote: > I am considering writing a PEP for the inclusion of an engineering > format specifier, and would appreciate input from others. I think it's a good idea. I regularly type numbers into my pocket calculator just to do this conversion. Eike. -- http://mail.python.org/mailman/listi

Re: Method / Functions - What are the differences?

2010-03-03 Thread Eike Welk
Bruno Desthuilliers wrote: > John Posner a écrit : >> Done -- see http://wiki.python.org/moin/FromFunctionToMethod > > Done and well done !-) > Thanks again for the good job John. I like it too, thanks to both of you! I have two small ideas for improvement: - Swap the first two paragraphs. Firs

Re: Method / Functions - What are the differences?

2010-03-02 Thread Eike Welk
John Posner wrote: > I've updated the text at this location: > > > http://cl1p.net/bruno_0301.rst/ I think this is a very useful writeup! It would be perfect with a little bit of introduction that says: 1. - What it is: "The rough details of method look-up"; 2. - which contains some of the q