Deciding which language to use for this project

I am about to start a new project and I need some recommendations from you. I have fairly new to programming, have done some C/php long long time ago but nothing crazy. I am able to read some python and bash but nothing much. The project I would like to start consists of a GUI application which will interact with a python framework through a server which will handle all the input/output and potentially multiple GUI instances (shared). GUI has to be modern and fast since the activity is not light. This application should run on Windows,Linux and Mac OS. I would like to avoid using Java.

I was considering Golang but somewhere I read that RUST is also picking up.
What would you recommend?

2 Likes

C++?

You can check out fyne framework if you will decide stay with Go.

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.