Re: python text://protocol client?

2021-04-09 Thread Petite Abeille
> On Apr 9, 2021, at 20:34, Mats Wichmann wrote: > > seems to be part of "multiformats" work, Multiformats, yes! https://multiformats.io Specifically, multiaddr in this case: https://github.com/multiformats/multiaddr + service discovery: https://en.wikipedia.org/wiki/Zero-configuration_ne

Re: python text://protocol client?

2021-04-09 Thread Mats Wichmann
On 4/9/21 11:08 AM, Eli the Bearded wrote: In comp.lang.python, Petite Abeille wrote: Would you know of any python text://protocol client? Or server? The whole thing was started (judging by git commits) about a month ago. https://github.com/textprotocol?tab=overview&from=2021-03-01&to=2021-

Re: python text://protocol client?

2021-04-09 Thread Petite Abeille
> On Apr 9, 2021, at 19:08, Eli the Bearded <*@eli.users.panix.com> wrote: > > The Lua code is not long, under 2k LOC. Shortish indeed. Wonder how much python code that would translates into. To be found out. -- https://mail.python.org/mailman/listinfo/python-list

Re: python text://protocol client?

2021-04-09 Thread Eli the Bearded
In comp.lang.python, Petite Abeille wrote: > Would you know of any python text://protocol client? Or server? The whole thing was started (judging by git commits) about a month ago. https://github.com/textprotocol?tab=overview&from=2021-03-01&to=2021-03-31 March 7: First repository I suspe

Re: Problem in uninstalling python

2021-04-09 Thread Igor Korot
Hi, On Fri, Apr 9, 2021 at 10:35 AM Paul Bryan wrote: > > Please describe your problem in detail. > > Paul > > > On Fri, 2021-04-09 at 11:03 +0530, arishmallick...@gmail.com wrote: > >I am encountering problem in uninstalling python. Please help me > > in this. I presume you tried to send a

Re: Problem in uninstalling python

2021-04-09 Thread Paul Bryan
Please describe your problem in detail. Paul On Fri, 2021-04-09 at 11:03 +0530, arishmallick...@gmail.com wrote: >    I am encountering problem in uninstalling python. Please help me > in this. > > > >    Sent from [1]Mail for Windows 10 > > > > References > >    Visible links >    1. htt

Problem in uninstalling python

2021-04-09 Thread arishmallick...@gmail.com
I am encountering problem in uninstalling python. Please help me in this. Sent from [1]Mail for Windows 10 References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550986 -- https://mail.python.org/mailman/listinfo/python-list

Re: pandas/jupyther notebook?

2021-04-09 Thread Jim Byrnes
On 4/9/21 3:29 AM, Thomas Jollans wrote: On 07/04/2021 23:32, Jim Byrnes wrote: linux mint 20 python 3.8 jupyter 1.0.0 jedi 0.18.0 I am teaching myself pandas/jupyter notebooks. The problem I am having is tab autocomplete seems to be working erratically. Googling shows that most people solve

python text://protocol client?

2021-04-09 Thread Petite Abeille
Hello, Would you know of any python text://protocol client? Or server? Thanks in advance. [1] https://textprotocol.org [2] https://github.com/textprotocol/public [3] https://github.com/textprotocol/publictext -- https://mail.python.org/mailman/listinfo/python-list

Re: pandas/jupyther notebook?

2021-04-09 Thread Thomas Jollans
On 07/04/2021 23:32, Jim Byrnes wrote: linux mint 20 python 3.8 jupyter 1.0.0 jedi 0.18.0 I am teaching myself pandas/jupyter notebooks. The problem I am having is tab autocomplete seems to be working erratically. Googling shows that most people solve autocomplete problems by putting  import