On Tuesday, 24 March 2020 16:26:53 UTC, oliver wrote:
> Use the win32com library to interact with Excel via COM. Although the
> learning curve is a little steeper it's not too bad and works great. I used
> this technique to control ARENA with Python through its COM API to run a
> whack of simulati
On Wednesday, 25 March 2020 12:13:58 UTC, Gisle Vanem wrote:
> Grant Edwards wrote:
>
> > On 2020-03-24, oliver wrote:
> >
> >> Use the win32com library to interact with Excel via COM.
> >
> > Huh? I thought that the users have no way of running a local Python
> > app.
>
> Maybe creating a s
On Tuesday, 24 March 2020 16:12:00 UTC, Souvik Dutta wrote:
> You might try pyqt5 if you want to make a custom GUI and also if you have
> tha time to do so.
>
> On Tue, Mar 24, 2020, 4:45 PM wrote:
>
> > I have the following scenario:
> >
> > I have created lots of python files that I use to ca
On Tuesday, 24 March 2020 17:38:11 UTC, Paolo G. Cantore wrote:
> On Tue, Mar 24, 2020, 4:45 PM wrote:
>
> > I have the following scenario:
> >
> > I have created lots of python files that I use to calculate a Cashflow
> > model, when I run these files I get a beautiful pandas DataFrame that
> >
I have the following scenario:
I have created lots of python files that I use to calculate a Cashflow model,
when I run these files I get a beautiful pandas DataFrame that contains my
final model. My mission is to show this table to the rest of the company in a
friendly format ("Excel") and the
Paul Boddie wrote:
> On 29 Mar, 20:24, DS <[EMAIL PROTECTED]> wrote:
>
>> I'm pretty sure this is the wrong place to ask, but I'm hoping someone
>> will point me in the right direction.
>>
>> I'm getting ready to publish a first open-source
Scott David Daniels wrote:
> DS wrote:
>
>> I'm getting ready to publish a first open-source project written in
>> python. I am planning to use GPL as the license. However, in my code,
>> there is a function that I like from Python Cookbook
>> So, my
I'm pretty sure this is the wrong place to ask, but I'm hoping someone
will point me in the right direction.
I'm getting ready to publish a first open-source project written in
python. I am planning to use GPLas the license. However, in my code,
there is a function that I like from Python Coo
i'm running under win2k trying to implement an ssl socket, and keep
getting the error
File "C:\Code\Python\ssl\NewsSrc.py", line 67, in connect
ssl = socket.ssl(sock, None, None)
AttributeError: 'module' object has no attribute 'ssl'
i'm running this under ActiveState version 2.2.2, but i hav