+ 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.

4th Apr 2019, 7:02 PM
James H (Demon223)
James H (Demon223) - avatar
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 :)
5th Apr 2019, 6:52 AM
Tibor Santa
Tibor Santa - avatar
+ 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?
5th Apr 2019, 1:19 AM
Tibor Santa
Tibor Santa - avatar
0
I have completed the python 3 course
4th Apr 2019, 9:02 PM
James H (Demon223)
James H (Demon223) - avatar
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
5th Apr 2019, 3:16 AM
James H (Demon223)
James H (Demon223) - avatar
- 1
//Please start learning python first 🙏 https://www.sololearn.com/learn/Python/2269/
4th Apr 2019, 8:14 PM
Sudarshan Rai
Sudarshan Rai - avatar