Making a software from scratch | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Making a software from scratch

Hello everyone New to programming. I need to make a software (gui plus excel data in backgro) which should be used by some users without having them installed any IDE to run it. So, I must give them an executable file or any url that they can execute in their browsers or execute by other means. I need suggestions where to start from. Which language to select and other helpful advices. Will python be fine. Need to make every module expandable so that they could be added with more functionalities later on.. Thanks in advance

26th Jun 2019, 8:42 AM
test ttest1
test ttest1 - avatar
1 Answer
+ 1
for browser as gui you need usually HTML/CSS/javascript for excel data python is ok, with python and some framework you can create GUI too
26th Jun 2019, 11:44 PM
zemiak