Fastest first

2018-12-16 Thread Avi Gross
I have a serious question about what is already available out there in a herpetologists dream pythonland. SHORT VERSION: a way to automatically run multiple algorithms in parallel and kill the rest when one returns an answer. I know I can write this by hand. But it looks like the kind of t

Re: No connection

2018-12-16 Thread Terry Reedy
On 12/16/2018 9:40 AM, Vasilis Mytilinaios wrote: Hello, I'm trying to open the interactive shell but it doesn't let me. It says that IDLE's subprocess didn't make connection. Read the doc section on possible reasons. https://docs.python.org/3/library/idle.html#startup-failure -- Terry Jan

Re: I am facing problem in saving my file.

2018-12-16 Thread Abdur-Rahmaan Janhangeer
error message? Abdur-Rahmaan Janhangeer Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Re: No connection

2018-12-16 Thread Igor Korot
Hi, On Sun, Dec 16, 2018 at 12:00 PM Vasilis Mytilinaios wrote: > > Hello, > > I'm trying to open the interactive shell but it doesn't let me. It says > that IDLE's subprocess didn't make connection. I unistall and install > python again and still doesn't work. > I was using it properly until 2 d

No connection

2018-12-16 Thread Vasilis Mytilinaios
Hello, I'm trying to open the interactive shell but it doesn't let me. It says that IDLE's subprocess didn't make connection. I unistall and install python again and still doesn't work. I was using it properly until 2 days ago. Any advice on how can I fix it? Thank you, Vasilis -- https://mail.p

error

2018-12-16 Thread Prasanna kumar
Sir/mam, Fatal error in launcher: Unable to create process using this is error which I am not getting clear with it . so, I request you to help me it. -- https://mail.python.org/mailman/listinfo/python-list

[asyncio] Suggestion for a major PEP

2018-12-16 Thread Christophe Bailly
Hello, I copy paste the main idea from an article I have written: contextual async " Imagine you have some code written for monothread. And you want to include your code in a multithread environment. Do you need to adapt all your c

Re: 03 digression by brute force

2018-12-16 Thread BlindAnagram
On 14/12/2018 02:24, jf...@ms4.hinet.net wrote: > Just for fun:-) On my ooold PC, it takes 0.047 seconds to run the following > algorithm on the problem 'SNED + MORE == MONEY". > > - > import time > import itertools > > #S, E, N, D, M, O, R, Y > n = 0 > digits = {x fo

No module named encodings

2018-12-16 Thread Holley Jupiter
Having an issue with this error. I have uninstalled and reinstalled several times but I cannot solve the problem. I googled my issue but non of the solutions have worked. Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

installing issue

2018-12-16 Thread Akshay Ghugare
python uninstall problem.jpg python is not working on my pc .after instaling 3.71 version appliction showing above error .plz fix it as soon as possible.. -- https://mail.python.org/mailman/listinfo/python-lis

RE: Smarter algo, was Re: 03 digression by brute force

2018-12-16 Thread Avi Gross
I appreciate the information by " BlindAnagram " below. I myself claim to be from erehwon at times. But to be clear, there are issues raised here where someone wants an easy solution for the real world like "I have to build a webserver that searches a database" and they would prefer an answer t

I am facing problem in saving my file.

2018-12-16 Thread mallickaman2003
Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

Re: Smarter algo, was Re: 03 digression by brute force

2018-12-16 Thread jfong
BlindAnagram at 2018/12/15 UTC+8 PM 8:41:21 wrote: > On 15/12/2018 09:56, jf...@ms4.hinet.net wrote: > > Appreciate your thoughtfully analysis on this code. Before generalize it > > with arbitrary additions, as Peter suggested:-), a recursive version is > > needed. I may give it a try on this Sun