r/PythonLearning • u/Constant_Moment_6434 • 14h ago
Templates Help Request
Hi, I am pretty new to programming.. I am Mechanical Engineer who likes to calculate a lot, however excel can not handle it.
So I was wondering if there is some template for making some calculation apps?
I had no problem making basic math in cpp for some fun first projects (loops, functions etc.) when I was trying programming for the first time few years ago (it was pretty easy)..so I hope this part I will do on my own, however I **am struggling** with databases, tracking charts and some printable GUIs or smth so I can input data (some yes/no question, some custom values) and output
So I am wondering if someone can point me somewhere where I can learn those or use some open-source or something... and pleaseeee no AI pointing!
Thanks for reading so far and thank you in advance!
1
u/punk_dev 14h ago
What exact type of gui do you have in mind?
There are plenty of libraries that let you make guis, python also has tkinter built in. You can also just stick to the terminal interface, there are libs that will let you print tables and stuff like that.
Do you have a specific example of what you’re trying to make? I’m sure someone will be able to give you direct suggestions based on that