Re: Python 3.8 with Anaconda

2019-11-24 Thread DL Neil via Python-list
On 25/11/19 6:26 AM, Ugo Donini wrote: It is lossible to update Anaconda to Pytho. 3.8? First 'hit' on DuckDuckGo.com: https://www.anaconda.com/keeping-anaconda-date/ If it is not yet available, they are the ones to ask if/when a 3.8 collection will be assembled... -- Regards =dn -- https

Python 3.8 with Anaconda

2019-11-24 Thread Ugo Donini
It is lossible to update Anaconda to Pytho. 3.8? Sincerely Ugo Donini -- https://mail.python.org/mailman/listinfo/python-list

Python for speech recognition

2019-11-24 Thread Arjun Chandran
I would like to create a python program for converting speech to text. I am not getting the best results by using google API , SpeechRecognition class. Anybody please provide the best way possible to do this. I have attached the program i used. -- https://mail.python.org/mailman/listinfo/python

Awaiting coroutines inside the debugger (PDB)

2019-11-24 Thread darthdeus
Hi everyone, this question is sort of in response to this issue https://github.com/gotcha/ipdb/issues/174. I've noticed that there was recently added support for an asyncio repl (run via `python -m asyncio`), which allows the use of `await` directly on coroutine objects in the REPL. But this does

Re: nonlocal fails ?

2019-11-24 Thread Peter J. Holzer
On 2019-11-23 18:18:16 -0500, Richard Damon wrote: > On 11/23/19 4:18 PM, Peter J. Holzer wrote: > > On 2019-11-14 20:29:01 -0500, Dennis Lee Bieber wrote: > >>Instead, at a simple level (a common description invokes "Post-It" > >> notes) > >> > >>x = y > >> > >> means /find/ the ob