Thanks to everyone who replied. All replies were constructive, none
were telling me to stop belly-aching.
I forgot/omitted to state that it was I who wrote the original project
(in a completely different language), making the task of re-writing it
much less formidable. And meaning that I am fa
i tried to uninstall the python 3.11.3 program from my machine so that i
can re-install it is showing successful but it is ligerning on the program
and features
--
https://mail.python.org/mailman/listinfo/python-list
Originally posted to idle-dev, but thought this might be a better place. Let me
know if it isn't.
Hi,
I was curious about the internals of IDLE, and noticed that IDLE uses executes
user code in a "subprocess" that's separate from the Python interpreter that is
running IDLE itself (which does t
In article ,
David Dalton wrote:
> cODINg :-)
Since Odin is described as the Sky Father, I think he
is the one I call Cosma, not the one I call Gwydion
or the avatar type who was the author of Havamal 138--141.
c I take to represent light.
g I take to represent gravity.
--
https://www.nfld
On Tuesday, May 30, 2023 at 1:28:04 PM UTC-4, Rob Cliffe wrote:
> Thanks to everyone who replied. All replies were constructive, none
> were telling me to stop belly-aching.
Hi, Dan says:
When you get your style ideas sort of frozen, maybe you can poke up a sample
here.
Aworked example for yo
On 5/26/2023 12:13 AM, David Dalton wrote:
cODINg :-)
Play with the Chaos PP lib... ;^)
--
https://mail.python.org/mailman/listinfo/python-list
On 2023-05-26, Rob Cliffe via Python-list wrote:
> Grant, I may well buy one of the books you suggested.
I haven't had look at either of the newer books, but I got a lot of
good out of the Grayson book (20 years ago). I also had a Tcl/Tk book
that I found useful even when usng tkinter, but it's
Hi Daniel,
On 31/05/2023 02.40, Daniel Ifechukwude Dibie wrote:
i tried to uninstall the python 3.11.3 program from my machine so that i
can re-install it is showing successful but it is ligerning on the program
and features
Is that word "lingering". If so, do you mean that Python did not
uni
On 5/22/23 12:10, Grant Edwards wrote:
On 2023-05-21, Retrograde wrote:
Who ever came up with "Removing dead batteries" as a slogan, when
some of those batteries still work perfectly well, needs to rethink
it. Go ahead and remove code that no longer works, OK. But removing
unpopular modules?
On 5/22/23 17:59, Grant Edwards wrote:
On 2023-05-22, Keith Thompson wrote:
My understanding is that nntplib isn't being erased from reality,
it's merely being removed from the set of modules that are provided
by default.
I presume that once it's removed from the core, it will still be
possib
I used to run my own mail server.
Now I don't.
Practicality beats purity.
To be quite frank, the moralistic approach of complaining about the
way other people are too happy to give control to big companies is
NEVER going to achieve anything. You're welcome to be a little island,
that one Ga
> On 30 May 2023, at 21:10, James Schaffler via Python-list
> wrote:
>
> Originally posted to idle-dev, but thought this might be a better place. Let
> me know if it isn't.
>
> Hi,
>
> I was curious about the internals of IDLE, and noticed that IDLE uses
> executes user code in a "subproc
> On 30 May 2023, at 21:10, Daniel Ifechukwude Dibie
> wrote:
>
> i tried to uninstall the python 3.11.3 program from my machine so that i
> can re-install it is showing successful but it is ligerning on the program
> and features
Maybe what you are seeing is the microsoft app store stubs fo
On Wed, 31 May 2023 at 08:16, Barry wrote:
> I don’t think it security but robustness that needs the subprocess.
>
> Also if your code use tk then it would conflict with idle’s use of tk.
>
From my memory, it's precisely this - it's much MUCH easier to allow
you to use Tk in your own program with
On 31/05/23 8:44 am, aapost wrote:
Even if I did partake in the modern github style of code distribution,
how many packages have issues where the "maintainers" inherited the
package and really haven't dug deep enough in to the code to see how it
really works. They have issues that sit around fo
On 29/05/23 8:10 am, James Schaffler wrote:
However, some minimal testing of InteractiveInterpreter leads me to believe
that the Interpreter object has its own view of local/global variables and
therefore shouldn't be able to affect the calling interpreter
Globals you create by executing code
On Tuesday, May 30th, 2023 at 9:14 PM, Greg Ewing wrote:
> Globals you create by executing code in the REPL have their own
> namespace. But everything else is shared -- builtins, imported
> Python modules, imported C extension modules, etc. etc.
Thanks for the explanation. Could you elaborate on p
On Wed, 31 May 2023 at 12:03, James Schaffler via Python-list
wrote:
>
> On Tuesday, May 30th, 2023 at 9:14 PM, Greg Ewing wrote:
> > Globals you create by executing code in the REPL have their own
> > namespace. But everything else is shared -- builtins, imported
> > Python modules, imported C ex
18 matches
Mail list logo