On 08/08/2022 12:59, Dan Purgert wrote:
dn wrote:
On 06/08/2022 11.41, avi.e.gr...@gmail.com wrote:
I wonder if someone is pulling our leg as they are sending from an
invalid email address of "GB " which is
a bit sick.
There are a number of folk who use evidently false email addre
On 05/08/2022 08:56, Frank Millman wrote:
BTW, there is an indentation error in your original post - line 5 should
line up with line 4.
As a Python beginner, I find that Python is annoyingly picky about
indents. And, the significance of indents is a bit of a minefield for
beginners.
For
I'm looking for some help getting started with a computer vision
project. Can anyone here either help or point me in the direction of a
better NG/forum, please?
--
https://mail.python.org/mailman/listinfo/python-list
ing [2], ciao
gb
[1]: 1986-91 ACM's Grace Murray Hopper Awards
1986 William N. Joy, BSD Unix, Sun;
1987 John Ousterhout, Tcl/TK;
1988 Guy L. Steele, Scheme, Java;
1989 W. Daniel Hillis Thinking Machines;
1990 Richard Stallman
harrismh777 writes:
> Seriously, these little one liners teach me more about the python
> language in less time than [...]
def f(x,n,w): return x if n==1 else\
(lambda x0=f(x[::2],n/2,w[::2]),\
x1=f(x[1::2],n/2,w[::2]): reduce(lambda a,b: a+b ,\