Re: How to delay until a next increment of time occurs ?

2019-11-21 Thread Peter J. Holzer
On 2019-11-19 08:57:23 +0100, R.Wieser wrote: > First things first: For some reason I see your message coming in empty, but > with two attachments. An "att*.txt" one with the actual message contents, > and a "signature.asc". Makes it kind of hard to read ... You seem to be using MS Outlook Ex

Re: Recommendations for intro to python+programming lecture to Humanities MA students

2019-11-21 Thread Gene Heskett
On Thursday 21 November 2019 11:27:11 Dennis Lee Bieber wrote: > The only time I had to do less than "automated" installs was my first > Python -- v1.4 (maybe 1.3) on a Commodore Amiga. > That takes us back up the log quite a ways, but it also puts early python up against Bill Hawes and his

Inconsistent binary link creation when creating virtual environment with venv module

2019-11-21 Thread Coirier, Emmanuel
Hello everyone, I'm currently creating virtual environments with the venv module included in Python ("python -m venv "). I've noticed that the environment is not always consistent when using the same base interpreter with different names. When I use the alias python3.n (python3.6 / python3.7 /

Re: Recommendations for intro to python+programming lecture to Humanities MA students

2019-11-21 Thread Göktuğ Kayaalp
On 2019-11-21 10:02 GMT, Nick Sarbicki wrote: >> The simplest thing is to use the 3.8.0 python.org installers. This use >> pip to add anything you consider essential. > > As mentioned previously, you do need to make sure that they tick the box to > add Python to the PATH on windows. It is almost

Unable to retrieve data from Juypter notebook

2019-11-21 Thread harirammanohar159
Trying to load cifar10 dataset from keras library using juypter notebook, but i am getting below error SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1051) During handling of the above exception, another exception occurred: Exception: URL fetch failure on https://www.cs.toro

Re: Recommendations for intro to python+programming lecture to Humanities MA students

2019-11-21 Thread Nick Sarbicki
> The simplest thing is to use the 3.8.0 python.org installers. This use > pip to add anything you consider essential. As mentioned previously, you do need to make sure that they tick the box to add Python to the PATH on windows. It is almost guaranteed someone will not do that and will then have