Python Forum
Please help me to create company budget
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please help me to create company budget
#2
I think it's entirely doable in Python. However, I can't imagine this is a new problem in accounting. Isn't there accounting software or VBA code out there for this sort of problem?

I would say that this is maybe a bit much for a new programmer. This feels like a project you should work up to. Get the basics of Python down. Then check out different ways of dealing with Excel data (pandas is good, but may be more than you need). Pick one that seems reasonable and learn that. Then start on your application as a command line application. Once you have the basics of your application working, pick a GUI package and work on building the full application.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: Please help me to create company budget - by ichabod801 - Nov-21-2019, 03:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Budget optimization in python ronjeremiah 0 1,802 May-16-2021, 01:18 PM
Last Post: ronjeremiah
  Keep a running total(budget) mcmxl22 3 4,727 Dec-07-2016, 11:04 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020