I have a task to develop an application to retrieve data from remote REST services and generate Excel reports. This application will be used by several users in the company (10-15). The data load can reach 10,000-200,000 records. I discussed whether to use Python or C # ...
The only reason I'm considering Python is because I am familiar with it, and that would be less risky.
Personally, I want to try using C #, as this will be a good opportunity to learn it. The application is not too complicated, so the overhead of training will not be too much ... I think.
Are there any issues with C # that I should bother with for this type of program? Users running Windows XP ... would users who do not have .NET be a serious problem?
Thanks in advance.
EDIT: I think I need to emphasize the fact that end users should be able to run the application without installing additional libraries / frameworks.
lucks source
share