+ 1
Where do I start?
Hi everyone, I want to create a program in python for work and I'm feeling lost on how to get it started. A little background on my job its physical activity, and we do our own paperwork, what I want to create is a program to simplify the addition of numbers at the end of the day. It already isn't a hard process but what I want to do is separate my good product from my bad product and have them match the total amount that the slips of paper say I was given through out the day.
5 odpowiedzi
+ 4
You can imagine every computer program as a 'black box'.
It gets some input, does something, and returns some output.
Without any input, the result can be either constant or random :)
+ 3
Adding numbers is probably the easiest to do in a spreadsheet application like excel or google sheets.
Not really clear what you want the python program to do. Maybe an idea, to build a GUI program with tkinter, where you have a huge red button and a huge green button. Each of them increases a counter and you press one of them after each product check. And verify the number at the end of the day?
0
I have completed the python 3 course
0
Perhaps but maybe my idea just won't work? I want automatic calculations when I add numbers, basically 1 + 1 = 2 but without having to actually hit enter to see 2 and the same goes for subtraction
- 1
//Please start learning python first 🙏
https://www.sololearn.com/learn/Python/2269/