Python Forum

Full Version: Looking for advice on funstionality of python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

New to Python. Wondering if anyone can provide me some insight as to whether Python can handle the type of functionality I'm looking for.

Looking to design a program that would allow users to import time cards for employees in order for the program to perform calculations from the uploaded data + past data and then feed payroll software the results. Wanting to make sure the uploaded data sets and be stored and edited as well.

Appreciate any and all opinions. Able to provide more detailed functionality if this is too high level.

Thanks
Simple answer:
If you can do it with any other programming language, you can with all probability do it with Python.