This discussion has wandered far from my original mention that I found it
hard to reply to people using an invalid email address. I see no real
connection to python except insofar as at least one spam-filter mentioned is
written in python!
Just to add an observation, the people writing here have o
Дмитрий,
You may think you explained what you wanted but I do not see what result you
expect from your examples.
Your request is a bit too esoteric to be a great candidate for being built
into a module like numpy for general purpose se but I can imagine it could
be available in modules build on t
OK. That explains a bit more.
If I understand what you are looking for is a fast implementation and quite
often in Pyhon it means using code written in another language such as C that
is integrated carefully in a moule or two. Another tack is to replace many
explicit loops with often much fa
Dmitry,
I clearly did not understand what you wanted earlier as you had not made clear
that in your example, you already had progressed to some level where you had
the data and were now doing a second step. So, I hesitate to say much until
either nobody else addressed the issue (as clearly s
Dmitry,
Efficiency of several kinds is hotly debated and sometimes it depends a lot on
what is done within loops.
Many suggest a mild speed up of some comprehensions over loops but the loops
are not gone but somewhat hidden and perhaps some aspects are faster for having
been written in C
Matthew,
It hasn't been THAT quiet here and I have not heard suggestions this group
is going away.
I did look at the online forum and at first was annoyed as I do not want to
periodically log into various websites and prefer things to be consolidated
in my email. But, it seems you can turn on ema
23:16:48 -0400,
AVI GROSS via Python-list wrote:
> I do wonder if the people at python.org want multiple forums. There is
> also one that sort of tutors people that obviously has an overlapping
> but different audience.
$ python -m this
The Zen of Python, by Tim Peters
[...]
There shoul
If everyone will pardon my curiosity, who and what purposes are these
smaller environments for and do many people use them?
I mean the price of a typical minimal laptop is not a big deal today. So are
these for some sort of embedded uses?
I read about them ages ago but wonder ...
-Original
: Sunday, August 25, 2024 10:05 PM
To: python-list@python.org
Subject: Re: new here
On 2024-08-26 02:29, AVI GROSS via Python-list wrote:
> If everyone will pardon my curiosity, who and what purposes are these
> smaller environments for and do many people use them?
>
> I mean th
Unfortunately, Alan, even though 2.7 was considered pickled, people keep
taking it back out of the bottle and wondering why it does not work so well!
There are companies like Microsoft and Samsung that let people know their OS
on their devices will no longer be supported with updates and some apps
Just a final brief note.
I am leaving the python community so don't worry that anything happened to me.
I have a disagreement with the direction some people are taking with the python
community that is my issue and it that probably will not bother most people.
I have lots of other interests inc
.
-Original Message-
From: Python-list On
Behalf Of Peter J. Holzer via Python-list
Sent: Saturday, October 12, 2024 7:00 AM
To: python-list@python.org
Subject: Re: Correct syntax for pathological re.search()
On 2024-10-11 17:13:07 -0400, AVI GROSS via Python-list wrote:
> Is there some util
Is there some utility function out there that can be called to show what the
regular expression you typed in will look like by the time it is ready to be
used?
Obviously, life is not that simple as it can go through multiple layers with
each dealing with a layer of backslashes.
But for simple cas
This discussion has become less useful.
E can all agree that in Computer Science, real infinities are avoided, and
frankly, need not be taken seriously in any serious program.
You can store all kinds of infinities quite compactly as in a transcendental
number you can derive to as many decimal poi
401 - 414 of 414 matches
Mail list logo