Fwd: Pip froze up

2020-01-22 Thread Souvik Dutta
-- Forwarded message - From: Souvik Dutta Date: Thu, Jan 23, 2020, 8:16 AM Subject: Re: Pip froze up To: On Wed, Jan 22, 2020, 6:21 PM Souvik Dutta wrote: > Hello, > I am currently running python 3.7.6 because kivy does not support 3.8 > which was previously installed. But n

Now off-topic (Was: Re: NNTPlib apps work like a charm)

2020-01-22 Thread 황병희
Hellow rn, rn writes: > now that you posted it, readers may remember that there was the usenet > feature in EMACS as > well. Unlike ThunderBird, emacs/GNUs supports X-face, which is kinda > nice. > > let’s see whether emacs will allow to post here. Gnus is the best usenet/email client in the E

Recommendation on best cross-platform encryption package

2020-01-22 Thread Malcolm Greene
Is the cryptography package still considered the "best" cross-platform package for encrypting sensitive data being stored in files on disk. Use case: JSON data files containing potentially confidential/PII data using something along the lines of AES256 encryption. Goal is to encrypt data in memo

Re: Terry Jones

2020-01-22 Thread DL Neil via Python-list
On 23/01/20 11:32 AM, Terry Reedy wrote: On 1/22/2020 2:49 PM, Stefan Ram wrote: |Terence Graham Parry Jones (1 February 1942 – 21 January |2020) was a Welsh actor, writer, comedian, screenwriter, film |director and historian. He was a member of the Monty Python |comedy team. ... |After living f

Re: Terry Jones

2020-01-22 Thread Terry Reedy
On 1/22/2020 2:49 PM, Stefan Ram wrote: |Terence Graham Parry Jones (1 February 1942 – 21 January |2020) was a Welsh actor, writer, comedian, screenwriter, film |director and historian. He was a member of the Monty Python |comedy team. ... |After living for several years with a degenerative aphas

mouse position with basemap

2020-01-22 Thread J Conrado
Hi, I have a 3D netcdf file that a read an plot it. I would like to get the values o two points (latitude and longitude) to plot an arbitrary cross section of my 3D data between these two points. How can get these two points using mouse event. Thanks, Conrado -- https://mail.python.or

Re: NNTPlib apps work like a charm

2020-01-22 Thread rn
now that you posted it, readers may remember that there was the usenet feature in EMACS as well. Unlike ThunderBird, emacs/GNUs supports X-face, which is kinda nice. let’s see whether emacs will allow to post here. -- https://mail.python.org/mailman/listinfo/python-list

Re: Clarification on Immutability please

2020-01-22 Thread Richard Damon
On 1/21/20 8:41 PM, Jon Ribbens via Python-list wrote: Whether we call the link between 'foo' and (1, 2) a pointer or a reference is almost entirely irrelevant, the difference is essentially meaningless. The issue is that in Python, objects and names are fairly distinct. Unlike a language like

EuroPython 2020: Pre-launch Website Ready

2020-01-22 Thread M.-A. Lemburg
In the last couple of weeks we have put together a pre-launch site for EuroPython 2020, which has all the information around the event, as we currently know and can share with you. EuroPython 2020 Pre-launch Website * https://ep2020.europython.eu/ * The main w

Re: Clarification on Immutability please

2020-01-22 Thread Eryk Sun
On 1/21/20, Jon Ribbens via Python-list wrote: > > Whether we call the link between 'foo' and (1, 2) a pointer or a > reference is almost entirely irrelevant, the difference is essentially > meaningless. In programming terms, a "pointer" is always an address in memory, and, at least to me, the te