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_networking#DNS-SD

±0¢

-- 
https://mail.python.org/mailman/listinfo/python-list


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-03-31

 March 7: First repository

I suspect no one has cared to reimplement it any language since then.



seems to be part of "multiformats" work, Juan Benet's things that 
Protocol Labs are working on for IPFS.


I've used the multihash Python package and it's pretty nice.


--
https://mail.python.org/mailman/listinfo/python-list


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 suspect no one has cared to reimplement it any language since then.

> Thanks in advance.
> 
> [1] https://textprotocol.org

I have read that and I don't understand what one does with this
protocol or why.

> [2] https://github.com/textprotocol/public
> [3] https://github.com/textprotocol/publictext

The Lua code is not long, under 2k LOC. Why don't you just study it and
create your own python version if you care?

Elijah
--
has not been given enough reason to care to read the code
-- 
https://mail.python.org/mailman/listinfo/python-list


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 screenshot to the list...

Please don't!!

The list will DROP ANY AND ALL attachments.

Rather cut-and-paste any error you receive to the body of your message.

Thank you.

> >
> >
> >
> >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
-- 
https://mail.python.org/mailman/listinfo/python-list


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. https://go.microsoft.com/fwlink/?LinkId=550986

-- 
https://mail.python.org/mailman/listinfo/python-list


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 autocomplete problems by putting

 import pandas as pd
%config Completer.use_jedi = False


One solution is to downgrade to jedi 0.17.2






That did not work for me. I ended up upgrading jupyter, ipython and jedi 
to the latest versions via pip and adding

%config IPCompleter.greedy=True  in the first cell of the notebook.

Regards,  Jim


--
https://mail.python.org/mailman/listinfo/python-list


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 pandas as pd
%config Completer.use_jedi = False


One solution is to downgrade to jedi 0.17.2




in the first cell. I have done that and still have the following problem.

if I type: df = pd.read it will drop down a list box that has 
read_csv in it. If I then type: emp it will fill in 
employees.csv. If I type: df.h type head, but if I type:


df['Gender'] = df['Gender'].ast  it will not complete astype.

I wonder if someone can tell me why this is happening and maybe how to 
fix it.


Thanks,  Jim



--
Dr. Thomas Jollans

m ☎ +49 6201 8759879
e ✉ t...@tjol.eu

--
https://mail.python.org/mailman/listinfo/python-list