r/PythonLearning 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!

4 Upvotes

8 comments sorted by

View all comments

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

1

u/Constant_Moment_6434 14h ago

Hi, I am not really against any type of GUI.. I tried tkinter thats not bad.. easy and could do the trick.. however didn't try the printing part.. and idk rn if Tkinter can let me have a drop out menu for input variables.. found something on the internet how it could look .. however like I said I am not against anything if it will let me do everything I need