Re: [Tutor] Help Please

2019-02-21 Thread DL Neil
Mario, On 21/02/19 3:30 AM, Mario Ontiveros wrote: Hello, I am new to python and have been stuck on this for a while. What I am trying to do is to remove rows with void, disconnected, and error on lines. The code I have does that, the only problem is that it removes my header because voi

Re: [Tutor] LPTHW ex15 question

2019-03-21 Thread DL Neil
Kayla, On 22/03/19 1:43 AM, Jones, Kayla wrote: I am working through excersise 15 of LPTHW and am getting an error message in powershell that I can't figure out. I've attached a screenshot to help. Any suggestions would be appreciated. Attachments don't seem to work on the mailing list. P

Re: [Tutor] cant get it to run right

2019-03-28 Thread DL Neil
On 29/03/19 12:55 PM, Sveum, Christian wrote: I am new and I have tried everything I can think I of. I want it to run like a converstion. print(" I am Bob") ... What is not working? How far does the program run before stopping? What error message are you seeing? (why won't you share it with us

Re: [Tutor] Looking for some direction

2019-05-11 Thread DL Neil
Cranky, It is a little difficult to answer your question. First impression is that your experience gives you good ideas of how to solve the problem. Some of them may not suit the Python environment as well as (say) that of PHP/MSFT. So, a learning opportunity there too. Second impression is

Re: [Tutor] Two Scripts, Same Commands, One Works, One Doesn't

2019-05-18 Thread DL Neil
Stephen, On 16/05/19 12:16 AM, Stephen P. Molnar wrote: I am writing scripts to semi-automate some of my Quantum Chemistry software and have encountered a problem that has me baffled. The two scripts have the same form, the only difference being the commands. One script works, the other bombs

Re: [Tutor] Looking for some direction

2019-05-18 Thread DL Neil
On 13/05/19 10:56 AM, boB Stepp wrote: On Sun, May 12, 2019 at 5:19 PM boB Stepp wrote: On Sun, May 12, 2019 at 1:05 PM David L Neil wrote: I'm using Gnome Terminal under Fedora (Linux). This allows multiple terminals in tabs (and thus Ctrl-Tab rapid-switching). However, it irritates me that

Re: [Tutor] Multiprocessing with many input input parameters

2019-07-11 Thread DL Neil
Sydney, 1 There have been many projects to look at cells, division, multiplication, ... It is worth researching the Python eco-system in the expectation of saving yourself time and effort! 2 The latest releases of Python (such as you quote) offer updated asyncio module(s) for multiprocessing