Re: Time Date Conversion?

2020-11-04 Thread Cameron Simpson
On 04Nov2020 18:02, Steve wrote: >The text File entry is: > BPd 2020-11-04 17:28:03.352027 66 > >I bring it into the program using: >with open("_TIME-DATE.txt" , 'r') as infile: > for lineEQN in infile: # loop to find each line in the file for that >dose >and set it in a variable as follows

Re: Time Date Conversion?

2020-11-04 Thread MRAB
On 2020-11-04 23:02, Steve wrote: The text File entry is: BPd 2020-11-04 17:28:03.352027 66 I bring it into the program using: with open("_TIME-DATE.txt" , 'r') as infile: for lineEQN in infile: # loop to find each line in the file for that dose and set it in a variable as follows: It

Re: Time Date Conversion?

2020-11-04 Thread Larry Martell
On Wed, Nov 4, 2020 at 6:21 PM Steve wrote: > > The text File entry is: >BPd 2020-11-04 17:28:03.352027 66 > > I bring it into the program using: > with open("_TIME-DATE.txt" , 'r') as infile: > for lineEQN in infile: # loop to find each line in the file for that > dose > and set it in a

Time Date Conversion?

2020-11-04 Thread Steve
The text File entry is: BPd 2020-11-04 17:28:03.352027 66 I bring it into the program using: with open("_TIME-DATE.txt" , 'r') as infile: for lineEQN in infile: # loop to find each line in the file for that dose and set it in a variable as follows: ItemDateTime = lineEQN[7:36].strip()

Re: IDEL from Windows It does not work

2020-11-04 Thread Igor Korot
Hi, On Wed, Nov 4, 2020 at 2:47 PM David Ruíz Domínguez wrote: > >IDEL from Windows It does not work, started the program and won’t open it. >I already uninstalled and reinstalled it and it still does not open Do you mean IDLE? If yes - please define "does not work". Are you trying to st

IDEL from Windows It does not work

2020-11-04 Thread David Ruíz Domínguez
IDEL from Windows It does not work, started the program and won’t open it. I already uninstalled and reinstalled it and it still does not open thanks for your service   Enviado desde [1]Correo para Windows 10   References Visible links 1. https://go.microsoft.com/fwlin

Re: Find word by given characters

2020-11-04 Thread duncan smith
On 04/11/2020 19:12, Avi Gross wrote: > My comments at end: > > -Original Message- > From: Python-list On > Behalf Of duncan smith > Sent: Wednesday, November 4, 2020 1:09 PM > To: python-list@python.org > Subject: Re: Find word by given characters > > On 04/11/2020 04:21, Avi Gross wrot

RE: Find word by given characters

2020-11-04 Thread Avi Gross via Python-list
My comments at end: -Original Message- From: Python-list On Behalf Of duncan smith Sent: Wednesday, November 4, 2020 1:09 PM To: python-list@python.org Subject: Re: Find word by given characters On 04/11/2020 04:21, Avi Gross wrote: > Duncan, my comments below yours at end. > > ---YOURS

Re: Find word by given characters

2020-11-04 Thread duncan smith
On 04/11/2020 04:21, Avi Gross wrote: > Duncan, my comments below yours at end. > > ---YOURS--- > The Counter approach only requires iterating over the letters once to > construct the letters bag, then each word once to create the relevant word > bag. After that it's (at worst) a couple of lookups

Frontend Developer | Job position at CMCC Foundation, Italy

2020-11-04 Thread info cmcc
*Please, feel free to circulate **to anyone you think may be interested.* -- *Frontend Developer (code 12294)* *Deadline: 10/11/2020* The CMCC is taking into consideration the possibility to hire a talented, motivated and proactive Frontend Deve

Seeking guidance to start a career in python programming

2020-11-04 Thread ankur gupta
Good Morning to All, My name is Ankur Gupta and I wish to seek guidance from you. I belong to a non-computer science background but have always been attracted to this field. I had computer science in class 12th (Where I learned C++ and Python) but I did Mechanical Engineering instead in college. I

Re: Please help test astral char display in tkinter Text (especially *nix)

2020-11-04 Thread Menno Holscher
Op 03-11-2020 om 04:04 schreef Terry Reedy: Perhaps half of the assigned chars in the first plane are printed instead of being replaced with a narrow box. This includes emoticons as foreground color outlines on background color.  Maybe all of the second plane of extended CJK chars are printed.