Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is Python a solution
#1
Hi All

Before going down a long path would Python be a possible solution for this...

I have an excel model that needs to forecast future data after i tweak assumptions, i know there are python packages to interact with excel and forecast. However many people need to be able to do this tweaking of the assumptions. Do they all require Python to be installed or can it be "compiled" so the excel model can be distributed and used without the user having any knowledge python is doing the work?

cheers
T
Reply
#2
you may look at xlwings. compile the python backend as an exe and interact with it via excel.
Another option is to provide own GUI to tweak model params and provide option to load/export into csv, excel, etc.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020