Answer the question
In order to leave comments, you need to log in
What to use to write a program to calculate in Python?
Greetings. Started learning Python. I am a technologist in the furniture industry, I would like to write a program for myself to calculate the cubic capacity of materials.
Interested in this: How to write code that will read the value from one cell and add it to another. I want to make an exe-file (an approximate sketch of the program in the photo) so that when you click on the "Calculate" button, save the results in the form of an excell table.
Is it difficult to implement? Poke your nose what to read. Thanks in advance
Answer the question
In order to leave comments, you need to log in
For the visual part - tkinter (easy to learn, fast, ascetic) or pyqt (somewhat more difficult to learn, rich functionality, there is a cool visual editor).
To write to a file, it's easiest to use the built-in csv module . Enough for your task.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question