I installed Python 3.11 0b3. In the IDLE, cols_justification works fine
in my program "sg.Table". When installing Pycharm 2022.2 later,
"cols_just.." does not work. Error message: File "H:\pf\PyFibu\FIBU.py",
line 85, in beg_buchen [sg.table(values=list field, headings=header,
^
On 2022-08-10 09:02, Helmut Weingrill wrote:
I installed Python 3.11 0b3. In the IDLE, cols_justification works fine
in my program "sg.Table". When installing Pycharm 2022.2 later,
"cols_just.." does not work. Error message: File "H:\pf\PyFibu\FIBU.py",
line 85, in beg_buchen [sg.table(values=lis
Schachner, Joseph (US) wrote at 2022-8-9 17:04 +:
>Why would this application *require* parallel programming? This could be
>done in one, single thread program. Call time to get time and save it as
>start_time. Keep a count of the number of 6 hour intervals, initialize it to
>0.
You c
On Wed, 10 Aug 2022 19:33:04 +0200, "Dieter Maurer"
declaimed the following:
>Schachner, Joseph (US) wrote at 2022-8-9 17:04 +:
>>Why would this application *require* parallel programming? This could be
>>done in one, single thread program. Call time to get time and save it as
>>start_t
On 2022-08-09 at 17:04:51 +,
"Schachner, Joseph (US)" wrote:
> Why would this application *require* parallel programming? This could
> be done in one, single thread program. Call time to get time and save
> it as start_time. Keep a count of the number of 6 hour intervals,
> initialize it t
There are many possible discussions we can have here and some are not really
about whether and how to use Python.
The user asked how to do what is a fairly standard task for some people and
arguably is not necessarily best done using a single application running
things in parallel.
So, yes, if y
On 2022-08-10 14:19:37 -0400, Dennis Lee Bieber wrote:
> On Wed, 10 Aug 2022 19:33:04 +0200, "Dieter Maurer"
> declaimed the following:
> >Schachner, Joseph (US) wrote at 2022-8-9 17:04 +:
> >>Why would this application *require* parallel programming? This
> >>could be done in one, single th